Submit
Path:
~
/
home
/
getwphos
/
www
/
almajd14
/
wp-content
/
plugins
/
halstein-core
/
inc
/
general
/
dashboard
/
meta-box
/
File Content:
general-meta-box.php
<?php if ( ! function_exists( 'halstein_core_add_general_meta_box' ) ) { /** * Function that add general options for this module */ function halstein_core_add_general_meta_box() { $qode_framework = qode_framework_get_framework_root(); $page = $qode_framework->add_options_page( array( 'scope' => apply_filters( 'halstein_core_filter_general_meta_box_scope', array( 'post', 'page' ) ), 'type' => 'meta', 'slug' => 'general', 'title' => esc_html__( 'Halstein Settings', 'halstein-core' ), 'layout' => 'tabbed', ) ); if ( $page ) { // Hook to include additional options after module options do_action( 'halstein_core_action_after_general_meta_box_map', $page ); } } add_action( 'halstein_core_action_default_meta_boxes_init', 'halstein_core_add_general_meta_box' ); }
Submit
FILE
FOLDER
Name
Size
Permission
Action
general-meta-box.php
826 bytes
0644
page-meta-box.php
9358 bytes
0644
N4ST4R_ID | Naxtarrr