=' ) ) { require_once dirname( __FILE__ ) . '/classes/sfm-plugin.php'; if ( did_action( 'init' ) ) { SFM_Plugin::get_instance(); }else { add_action( 'init', 'SFM_Plugin::get_instance' ); } }else if ( version_compare( $GLOBALS['wp_version'], '3.4', '<' ) && apply_filters( 'styles_font_menu_exit_on_php_version_error', true ) && !function_exists( 'styles_font_menu_wp_version_notice' ) ) { /** * Exit and warn by default. Use the filter to disable exiting, * or add your own behavior and return false. * * @example add_filter( 'styles_font_menu_include_on_frontend', '__return_false' ); */ function styles_font_menu_wp_version_notice() { echo sprintf( '
%s%s