add_shortcode('field', 'shortcode_field'); function shortcode_field($atts){ extract(shortcode_atts(array( 'post_id' => NULL, ), $atts)); if(!isset($atts[0])) return; $field = esc_attr($atts[0]); global $post; $post_id = (NULL === $post_id) ? $post->ID : $post_id; return get_post_meta($post_id, $field, true); }

Category Archives: Uncategorized

Terms And Conditions Main

Welcome to Pokenation Official! These terms and conditions outline the rules and regulations for the use of IBZ Group LTD Trading as Pokenation Official’s Website, located at pokenationofficial.com. By accessing this website we assume you accept these terms and conditions. Do not continue to use Pokenation Official if you do not agree to take all […]