Created
May 27, 2020 09:38
-
-
Save plugin-republic/e4075a9229f41fbb123e2200b4951cb6 to your computer and use it in GitHub Desktop.
Tooltips not displaying
This file contains 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
<?php | |
/** | |
* Dequeue tooltipster to avoid conflicts | |
*/ | |
add_filter( 'pewc_dequeue_tooltips', '__return_true' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment