We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05558d3 commit 2c7a386Copy full SHA for 2c7a386
integration/load.php
@@ -176,10 +176,10 @@ function register_stream_connector( $classes ) {
176
'wp_stream_posts_exclude_post_types',
177
function ( $post_types ) {
178
$post_types[] = 'ap_actor';
179
- // @todo remove in one of the next versions
180
- $post_types[] = 'ap_follower';
181
$post_types[] = 'ap_extrafield';
182
$post_types[] = 'ap_extrafield_blog';
+ $post_types[] = 'ap_post';
+
183
return $post_types;
184
}
185
);
0 commit comments