• Resolved mauriziora

    (@mauriziora)


    Hi,
    on our site the posts are updated daily with a customized php script that uses MySqli functions to change the title, content, date, while keeping the post ID unchanged.
    Your excellent plugin does not detect the update and therefore does not post on Telegram.
    WP Cron is disabled, but I don’t send with delays.
    What variable does it check to detect the update of the post?

    Thanks and good job

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Irshad Ahmad

    (@irshadahmad21)

    Hi,
    Since the changes are made directly in the database, WordPress and thus the plugin won’t be able to know about the changes.
    So, it’s recommended to use WordPress functions like wp_update_post to make changes, so that the plugin can be triggered by the change.

    Thread Starter mauriziora

    (@mauriziora)

    thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom Update script’ is closed to new replies.