Tim Shultis

Results 2 issues of Tim Shultis

Is there a specific reason as to why the itemStalledPlaying() method does not generate a status or error code that is forwarded back to plugin? On my end I have...

public function set_post_contents( $post ) { global $pages; $pages = array($this->contents); } This function overwrites the global $pages to only include what is given in the route callback. I fix...