' . esc_html__( 'Install Demos', 'ocean-pro-demos' ) . ''; } else { $title = esc_html__( 'Install Demos', 'ocean-extra' ); } add_submenu_page( 'oceanwp-panel', esc_html__( 'Install Demos', 'ocean-extra' ), $title, 'manage_options', 'oceanwp-panel-install-demos', array( $this, 'create_admin_page' ) ); } /** * Settings page output * * @since 1.0.0 */ public function create_admin_page() { // Theme branding $brand = oceanwp_theme_branding(); ?>

-

$key ) { // Vars $item_categories = OceanWP_Demos::get_demo_item_categories( $key ); ?>