WP nub with some decent PHP skills, first question:
The plug in I'm using has this line:
add_action('publish_post', array('GoogleSitemapGeneratorLoader', 'CallBuildSitemap'),1,0);
Right now it works does the correct action which is call CallBuildSiteMap() when the admin user publish a post, but how can I get it to work for ALL user ?
This plugin I'm using was made for regular WP .. am I pretty much SOL here ?
Thanks ahead of time.