add_section( new BusinessDex_Installer_Section( $wp_customize, 'bxext-installer', array( 'title' => esc_html_x( 'Recommended Plugin:', 'Customizer Extensions Installer', 'businessdex' ), 'plugin' => esc_html_x( 'BusinessDex Extensions', 'Customizer Extensions Installer', 'businessdex' ), 'notice' => array( 'p1' => esc_html_x( 'If you want to take full advantage of all the options this theme has to offer', 'Customizer Extensions Installer', 'businessdex' ), 'p2' => esc_html_x( 'please install and activate', 'Customizer Extensions Installer', 'businessdex' ), ), 'docs' => array( 'url' => esc_url( BUSINESSDEX_AC_DOCS_URL . '#h10' ), 'text' => esc_html_x( '(Front Page sections)', 'Customizer Extensions Installer', 'businessdex' ), ), 'install' => array( 'slug' => 'businessdex-extensions', 'aria' => esc_attr_x( 'Install BusinessDex Extensions Now', 'Customizer Extensions Installer', 'businessdex' ), 'name' => esc_attr_x( 'BusinessDex Extensions', 'Customizer Extensions Installer', 'businessdex' ), 'text' => esc_attr_x( 'Install Now', 'Customizer Extensions Installer', 'businessdex' ), ), 'dismiss' => array( 'id' => 'bx-dismiss-rec-plugin', 'aria' => esc_attr_x( 'Dismiss Installer Message', 'Customizer Extensions Installer', 'businessdex' ), 'text' => esc_attr_x( 'Dismiss', 'Customizer Extensions Installer', 'businessdex' ), ), 'active' => array( 'check' => (bool) businessdex_check_exts_installed(), 'msg' => esc_attr_x( 'The plugin is installed but not activated.', 'Customizer Extensions Installer', 'businessdex' ), 'url' => esc_url( admin_url( 'plugins.php' ) ), 'btn' => esc_attr_x( 'Activate Plugin', 'Customizer Extensions Installer', 'businessdex' ), ), 'priority' => 0 ) ) ); endif; endif;