-
-
Save billerickson/3fc3080746194020b3fdf06ee5aad31b to your computer and use it in GitHub Desktop.
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( '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