xwp / stream

🗄️ Stream plugin for WordPress

Home Page:https://wordpress.org/plugins/stream/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check for existence of post_type of posts

shadyvb opened this issue · comments

Do not always assume that a new post's post_type exists / is registered.
ex:

wp_insert_post( array(
  'post_type' => 'non_registered_post_type'
) );

results in:

Notice: Trying to get property of non-object in /srv/www/wordpress-develop/src/wp-content/plugins/wp-stream/connectors/posts.php on line 144

Notice: Trying to get property of non-object in /srv/www/wordpress-develop/src/wp-content/plugins/wp-stream/connectors/posts.php on line 144