Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wp-seopress/67a0ed02542f72bf9a808745f8916426 to your computer and use it in GitHub Desktop.
Save wp-seopress/67a0ed02542f72bf9a808745f8916426 to your computer and use it in GitHub Desktop.
Run action after site audit is completed
add_action('seopress_site_audit_after_processs', 'sp_site_audit_after_processs');
function sp_site_audit_after_processs() {
//do something
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment