Forums
(@pcunix)
16 years, 2 months ago
When you use add_action(‘publish_post’,’function_name’);
does function_name run BEFORE the post is actually published, sometime during the various actions, or after it is all complete and done?