Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /** Add this to your functions.php of your child-theme. */
- add_action('after_setup_theme', function () {
- if (class_exists('\BorlabsCookie\Cookie\Frontend\Frontend')) {
- if (strpos($_SERVER['REQUEST_URI'], '/ml-api/') !== false) {
- remove_action('init', [\BorlabsCookie\Cookie\Frontend\Frontend::getInstance(), 'init']);
- }
- }
- });
Add Comment
Please, Sign In to add comment