芝麻web文件管理V1.00
编辑当前文件:/home/mybf1/www/sabun.bf1.my/wp-content/themes/ef-practical/inc/metaboxes/title-bar-metabox.php
esc_html__( 'Default (from Theme Options)', 'ef-practical' ), 'show' => esc_html__( 'Show', 'ef-practical' ), 'hide' => esc_html__( 'Hide', 'ef-practical' ), ); // Add a nonce field so we can check for it later. wp_nonce_field( 'practical_title_bar_save', 'practical_title_bar_nonce' ); /* * Use get_post_meta() to retrieve an existing value * from the database and use the value for the form. */ $store_title_bar_option = get_post_meta( $post->ID, 'practical-title-bar', true ); if( ! $store_title_bar_option ) { $store_title_bar_option = 'default'; } $title_bar_options = $title_bar; ?>
$value ) { ?>
>