Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created November 13, 2024 20:30
Show Gist options
  • Select an option

  • Save billerickson/3fc3080746194020b3fdf06ee5aad31b to your computer and use it in GitHub Desktop.

Select an option

Save billerickson/3fc3080746194020b3fdf06ee5aad31b to your computer and use it in GitHub Desktop.
add_action( 'plugins_loaded', function() {
if ( ! function_exists( 'SlickEngagement_init' ) ) {
function SlickEngagement_init() {};
}
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment