芝麻web文件管理V1.00
编辑当前文件:/home/mybf1/public_html/ja.bf1.my/wp-content/themes/ef-practical/inc/metaboxes/author-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_author_info_save', 'practical_author_info_nonce' ); /* * Use get_post_meta() to retrieve an existing value * from the database and use the value for the form. */ $store_author_info_option = get_post_meta( $post->ID, 'practical-author-info', true ); if( ! $store_author_info_option ) { $store_author_info_option = 'default'; } $author_info_options = $author_info; ?>
$value ) { ?>
>