plugins – I want to limit Jetpack publisher
Question
I want to limit jetpack publisher in custom post type.
after publish 20 articles per day, stop jetpack publisher in that custom post type.
How to do it? any Idea?
add_action('init', 'my_custom_init');function my_custom_init() {
add_post_type_support( 'product', 'publicize' );
}
0
2 months
2022-12-01T03:04:13-05:00
2022-12-01T03:04:13-05:00 0 Answers
0 views
0
Leave an answer