required_plugins_count(); if ( $required_plugins_count && (!isset($_REQUEST['page']) || ( isset($_REQUEST['page'])) && $_REQUEST['page'] !== 'blockstrap' ) ) { $setup_url = add_query_arg( array( 'page' => 'blockstrap', ), admin_url( 'themes.php' ) ); printf( '

%2$s

%3$s

%5$s

', 'notice notice-warning is-dismissible', esc_attr( __( 'Required Plugins', 'blockstrap' ) ), /* translators: The theme active theme name */ esc_html( sprintf( __( '%s theme requires some plugins for complete functionality', 'blockstrap' ), $blockstrap_admin->get_theme_title() ) ), esc_url_raw( $setup_url ), esc_html__( 'Setup Theme', 'blockstrap' ) ); } } }