Quick Edit
-
Hello
Posts are not being pushed to Discord if they are published in Quick Edit mode, by selecting several posts.
I’ve had the same issue with Telegram and it’s been solved by adding
add_filter( 'wptelegram_p2tg_current_user_has_permission', '__return_true' ); add_filter( 'wptelegram_p2tg_send_if_quick_edit', '__return_true' ); add_filter( 'wptelegram_p2tg_send_if_bulk_edit', '__return_true' );
in functions.php
Is there some similar workaround for thins plugin?
- The topic ‘Quick Edit’ is closed to new replies.