esc_html__( 'Global Layout', 'bozu' ), 'layout-1' => esc_html__( 'Simple Layout', 'bozu' ), 'layout-2' => esc_html__( 'Banner Layout', 'bozu' ), ); $bozu_page_layout_options = array( 'layout-1' => esc_html__( 'Simple Layout', 'bozu' ), 'layout-2' => esc_html__( 'Banner Layout', 'bozu' ), ); /** * Callback function for post option. */ if( ! function_exists( 'bozu_post_metafield_callback' ) ): function bozu_post_metafield_callback() { global $post, $bozu_post_layout_options, $bozu_page_layout_options; $post_type = get_post_type($post->ID); wp_nonce_field( basename( __FILE__ ), 'bozu_post_meta_nonce' ); ?>

ID, 'twp_disable_ajax_load_next_post', true) ); ?>

ID, 'bozu_ed_feature_image', true ) ); ?>
/>

ID, 'twp_aspect_ratio', true) ); ?>

ID, 'bozu_post_layout', true ) ); if( $bozu_post_layout == '' ){ $bozu_post_layout = 'global-layout'; } foreach ( $bozu_post_layout_options as $key => $bozu_post_layout_option) { ?>

ID, 'bozu_page_layout', true ) ); if( $bozu_page_layout == '' ){ $bozu_page_layout = 'layout-1'; } foreach ( $bozu_page_layout_options as $key => $bozu_page_layout_option) { ?>
ID, 'bozu_ed_post_views', true ) ); $bozu_ed_post_read_time = esc_html( get_post_meta( $post->ID, 'bozu_ed_post_read_time', true ) ); $bozu_ed_post_like_dislike = esc_html( get_post_meta( $post->ID, 'bozu_ed_post_like_dislike', true ) ); $bozu_ed_post_author_box = esc_html( get_post_meta( $post->ID, 'bozu_ed_post_author_box', true ) ); $bozu_ed_post_social_share = esc_html( get_post_meta( $post->ID, 'bozu_ed_post_social_share', true ) ); $bozu_ed_post_reaction = esc_html( get_post_meta( $post->ID, 'bozu_ed_post_reaction', true ) ); $bozu_ed_post_rating = esc_html( get_post_meta( $post->ID, 'bozu_ed_post_rating', true ) ); ?>

/>
/>
/>
/>
/>
/>
/>