includes(); add_action( 'admin_notices', array( $this, 'setup_wizard_notice' ) ); add_action( 'wp_ajax_wp_schema_pro_setup_wizard_notice', array( $this, 'wp_schema_pro_setup_wizard_notice_callback' ) ); } /** * Setup Wizard * * @since 1.1.0 */ public function setup_wizard_notice() { if ( get_transient( 'wp-schema-pro-activated' ) ) { $url = admin_url( 'index.php?page=aiosrs-pro-setup-wizard' ); $branding_notice = BSF_AIOSRS_Pro_Helper::$settings['wp-schema-pro-branding-settings']; echo '
' . esc_html( $brand_notice ) . '' . esc_html__( 'Start Setup Wizard »', 'wp-schema-pro' ) . '
'; } else { echo '' . esc_html__( 'Not sure where to start with Schema Pro? Check out our initial ', 'wp-schema-pro' ) . '' . esc_html__( 'setup wizard first »', 'wp-schema-pro' ) . '
'; } echo '