Submit
Path:
~
/
home
/
getwphos
/
www
/
almajd14
/
wp-content
/
plugins
/
halstein-core
/
inc
/
performance
/
dashboard
/
customizer
/
File Content:
performance-customizer-options.php
<?php if ( ! function_exists( 'halstein_core_add_performance_customizer_options' ) ) { /** * Function that add customizer options for this module */ function halstein_core_add_performance_customizer_options() { $qode_framework = qode_framework_get_framework_root(); $page = $qode_framework->add_options_page( array( 'type' => 'customizer', ) ); if ( $page ) { $page->add_field_element( array( 'field_type' => 'panel', 'name' => 'halstein_core_performance_panel', 'priority' => 250, 'title' => esc_html__( 'Qode Performance', 'halstein-core' ), ) ); // Hook to include additional options after module options do_action( 'halstein_core_action_performance_customizer_options', $page ); } } add_action( 'qode_framework_action_customizer_halstein_core_performance_panel', 'halstein_core_add_performance_customizer_options' ); }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
performance-customizer-options.php
910 bytes
0644
N4ST4R_ID | Naxtarrr