Nothing::to_post( $output = OBJECT, $filter = 'raw', $force = false )
{@inheritDoc}
Source
File: src/Tribe/Models/Post_Types/Nothing.php
public function to_post( $output = OBJECT, $filter = 'raw' ) {
return null;
}
{@inheritDoc}
File: src/Tribe/Models/Post_Types/Nothing.php
public function to_post( $output = OBJECT, $filter = 'raw' ) {
return null;
}