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

    (@mc_will)

    Hello,

    Automatic tagging of emails is part of the features of wpMandrill.

    This process is done by analyzing the stack trace of calls made by the time wp_mail is called.

    So this is why you have tags like wp_retrieve_password wp_newuser_notification, etc.

    Sometimes, wpMandrill can’t find the exact function used to call wp_main. In this case, wpMandrill uses ‘wp_call_user_func_array’.

    You can change this behavior by using the wp_mandrill_payload wordpress filter. Remove, add or change any tag you want or need. The ‘tag’ parameter of the payload, is an array of three values: General, Automatic and User.

    I hope it helps,
    Will

    Thread Starter spearhead

    (@johncrusade)

    Thanks for the directions. I see an example of wp_mandrill_payload in the how-tos accompanying the plugin. Will look into it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Emails sent out via wpMandrill are tagged as 'wp_call_user_func_array'’ is closed to new replies.