Quantcast
Channel: Topic Tag: error | WordPress.org
Viewing all articles
Browse latest Browse all 31582

kentopolis on "[Plugin: Subscribe2] custom post types error"

$
0
0
function my_post_types($types) {
    $types[] = 'portfolio';
    return $types;
}

add_filter('s2_post_types', 'portfolio');

I'm getting this error after putting the above code into my functions.php:

Subscribe2 will send email notifications for the following custom post types:
Warning: Invalid argument supplied for foreach() in /home/lovealot/public_html/wp-content/plugins/subscribe2/admin/settings.php on line 222

https://wordpress.org/plugins/subscribe2/


Viewing all articles
Browse latest Browse all 31582

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>