How to use: wp_dequeue_script
-
Hi, i dont want buddypress to load on my frontsite.So i have to add this to my functions.php,right?
Where exactly do i have to put it?// Verhinder das Laden von Buddypress auf der Startseite
if (is_home() || is_front_page())
wp_dequeue_script( ‚buddypress‘ );????THanks for your help.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.