• Resolved tschopo

    (@tschopo)


    Hi, I have the following problem:

    When using wp_set_post_categories to set the category used to notify subscribers about new post, the notification email doesn’t get sent. What hook does the plugin use to check if the category is set (I couldn’t find the code that does this)? And what priority? Or does it use a different method?

Viewing 1 replies (of 1 total)
  • @tschopo

    The plugin stores categories in its own custom possible.
    It does not use any hook before sending emails as it pulls the data from its own table.
    So presently it is not possible.

    Please let me know if you any further help.

Viewing 1 replies (of 1 total)

The topic ‘Adding Category Programmatically’ is closed to new replies.