You appear to be a bot. Output may be restricted
Description
Get a post
Access the post regardless of post type, status etc
Usage
OIK_clone_tree_node::get_post();
Parameters
Returns
void
Source
File name: oik-clone/admin/class-oik-clone-tree-node.php
Lines:
1 to 7 of 7
function get_post() { if ( !$this->post ) { //e( "Fetching post? " . $this->id ); $this->post = get_post( $this->id ); bw_trace2( $this->post, "this post", false, BW_TRACE_DEBUG ); } }