You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Filter text shown when current PHP version does not meet requirements.
49
+
*
50
+
* @since 1.10.0
51
+
*
52
+
* @param string $text Text to display.
53
+
*/
54
+
returnapply_filters(
55
+
'bigbox_php_notice_text',
56
+
/* translators: %s Minimum PHP version required for theme to run. */
57
+
sprintf( __( 'BigBox requires PHP version %s or above to be active. Please contact your web host to upgrade.', 'bigbox' ), esc_attr( BIGBOX_PHP_VERSION ) )
* Filter text shown when current PHP version does not meet requirements.
52
-
*
53
-
* @since 1.10.0
54
-
*
55
-
* @param string $text Text to display.
56
-
*/
57
-
returnapply_filters(
58
-
'bigbox_php_notice_text',
59
-
/* translators: %s Minimum PHP version required for theme to run. */
60
-
sprintf( __( 'BigBox requires PHP version %s or above to be active. Please contact your web host to upgrade.', 'bigbox' ), esc_attr( BIGBOX_PHP_VERSION ) )
0 commit comments