esc_html__( 'Global Layout', 'blook' ), 'layout-1' => esc_html__( 'Simple Layout', 'blook' ), 'layout-2' => esc_html__( 'Banner Layout', 'blook' ), ); /** * Callback function for post option. */ if( ! function_exists( 'blook_post_metafield_callback' ) ): function blook_post_metafield_callback() { global $post, $blook_post_layout_options; $post_type = get_post_type($post->ID); wp_nonce_field( basename( __FILE__ ), 'blook_post_meta_nonce' ); ?>