Skip to content

Commit fc68584

Browse files
committed
Fix: fatal error on whitelabel settings page if used with older version of Astra Pro
1 parent c96e16b commit fc68584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/white-label.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
?>
99
<?php
1010
// Bail from displaying settings screen if Astra Pro is older version.
11-
if ( ! is_callable( 'Astra_Ext_White_Label_Markup::get_whitelabel_strings', true ) ) {
11+
if ( ! is_callable( 'Astra_Ext_White_Label_Markup::branding_key_to_constant' ) ) {
1212
return;
1313
}
1414
?>

0 commit comments

Comments
 (0)