$typ, 'id' => 'hook_before_head', 'desc' => '', ); $add( 'airinblog_set_hook_before_head', sprintf( esc_html__( 'Before the closing %s tag', 'airin-blog' ), 'HEAD' ), $display, $slug, $section, $set ); $set = array( 'type' => $typ, 'id' => 'hook_before_body', 'desc' => '', ); $add( 'airinblog_set_hook_before_body', sprintf( esc_html__( 'Before the closing %s tag', 'airin-blog' ), 'BODY' ), $display, $slug, $section, $set ); // Display text premium $add( 'airinblog_set_hook_text_premium', '', 'airinblog_fun_callback_hook_premium', $slug, $section ); } add_action( 'admin_init', 'airinblog_fun_theme_option_settings_hooks' ); //? ========== Display text dis hooks function airinblog_fun_callback_dis_hooks() { echo esc_html__( 'On this page you can insert counters, banners, or any other content that will be displayed on the front of the site', 'airin-blog' ); } //? ========== Display text premium function airinblog_fun_callback_hook_premium() { echo '