• Hey there,

    i wish to run a function when the TT import to database has been done, so i can create a seperate table containing only a few fields (and pre filtering the feeds by categories) i tried to run:

    add_action( ‘xmlscheduler’, ‘sendstartmail’,1 );
    add_action( ‘xmlscheduler’, ‘sendendmail’,999 );

    first one gets fired, second one doesn`t however. Do you have a tip on how to make it work? OR must i add another action to the plugin myself?

  • The topic ‘Run function after import and process’ is closed to new replies.