Server : nginx/1.24.0 System : Linux ip-172-31-33-48 6.14.0-1011-aws #11~24.04.1-Ubuntu SMP Fri Aug 1 02:07:25 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE Directory : /var/www/html/wp-content/plugins/ocean-extra/includes/themepanel/includes/ |
Upload File : |
<?php function oe_get_metabox_descriptions() { $list = apply_filters( 'oe_metabox_descriptions_text', array( 'post' => esc_html__( 'Single blog post page', 'ocean-extra' ), 'page' => esc_html__( 'Single page', 'ocean-extra' ), 'ae_global_templates' => esc_html__( 'Default AnyWhere Elementor template item', 'ocean-extra' ), 'product' => esc_html__( 'Single product item (WooCommerce & Easy Digital Downloads)', 'ocean-extra' ), 'elementor_library' => esc_html__( 'Default Elementor template item', 'ocean-extra' ), 'oceanwp_library' => esc_html__( 'OceanWP My Library template item', 'ocean-extra' ), 'ocean_portfolio' => esc_html__( 'Single Ocean Portfolio item', 'ocean-extra' ), ) ); return $list; }