Created
October 28, 2024 09:35
-
-
Save wp-seopress/67a0ed02542f72bf9a808745f8916426 to your computer and use it in GitHub Desktop.
Run action after site audit is completed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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