bbp_default_scripts

bbp_default_scripts

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_default_scripts') is found 1 times:

  • /templates/default/bbpress-functions.php line 197
    			wp_enqueue_script( 'user-profile' );
    		}
    
    		// Filter the scripts
    		$scripts = apply_filters( 'bbp_default_scripts', $scripts );
    
    		// Enqueue the scripts
    		foreach ( $scripts as $handle => $attributes ) {
    			bbp_enqueue_script( $handle, $attributes['file'], $attributes['dependencies'], $this->version, true );
    		}
    	}