Creatives page “wp_dequeue_style” not working
-
Hi.
I disabled CSS style Affiliates Manager plugin.function theme_enqueue_styles () {
wp_dequeue_style (‘wpam_style’);
wp_dequeue_style (‘wpampurestyle’);
}
add_action (‘wp_enqueue_scripts’, ‘theme_enqueue_styles’, 999);However, “wp_dequeue_style” does not work on the creatives page.
Ex:
https://test.wptheme.com/affiliate-home/?page_id=1234&sub=creatives&action=detail&creativeId=1Is there a solution?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Creatives page “wp_dequeue_style” not working’ is closed to new replies.