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