• Resolved dewinbrush

    (@dewinbrush)


    Hello, This plugins works perfectly when posts are published manually. However Fetching Feeds from API, RSS, XML what else, If cron is working at background, This plugin can not Hook process, All Posts are fetched and sending to db, Category etc everything is correct, however each post only getting this plugin Rules when manually updating. after than PM is creating rules.

Viewing 1 replies (of 1 total)
  • Plugin Author Maciej Bis

    (@mbis)

    Hi @dewinbrush,

    in the very beginning the custom permalinks were defined anytime “wp_insert_post” or “save_post” hooks were triggered. Unfortunately it was breaking and overwriting the custom URIs used by another 3rd party plugins. Therefore I had to optimize it and disable the functions that are generating the custom permalinks if they are triggered outside admin dashboard.

    Anyway, you can use the following snippet to always generate the custom URI for new posts/pages/CPT items:
    https://pastebin.com/YrpTNh1R

    Best regards,
    Maciej

Viewing 1 replies (of 1 total)

The topic ‘Hook problem’ is closed to new replies.