• Resolved inside83

    (@inside83)


    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?

Viewing 1 replies (of 1 total)
  • Thread Starter inside83

    (@inside83)

    Edit: Seams to be working in quick edit mode.
    Sorry for opening this topic.

Viewing 1 replies (of 1 total)

The topic ‘Quick Edit’ is closed to new replies.