✏️ 正在编辑: metabox-descriptions.php
路径:
/home/ubuntu/plugins-bkp-26012025/ocean-extra/includes/themepanel/includes/metabox-descriptions.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?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; }
💾 保存文件
← 返回文件管理器