-
Posted a reply to Only post from a certain catagory, on the site WordPress.org Forums:
After adding this code, no posts are pushed to discord. I've tried both a singular… -
Posted a reply to Post from categories not working, on the site WordPress.org Forums:
function wp_discord_post_limit_by_category( $current, $post ) { if ( has_category( array( 'Staff Only', 'Members Only' ),…