mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-30 11:42:22 +08:00
https://kb.wpbeaverbuilder.com/article/184-prevent-css-and-javascript-from-loading-on-archive-pages
3 lines
103 B
Text
3 lines
103 B
Text
if ( is_archive() ) {
|
|
remove_action( 'wp_enqueue_scripts', 'FLBuilder::layout_styles_scripts' );
|
|
}
|