wpcf7_load_js

wpcf7_load_js

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_load_js') is found 1 times:

  • /includes/functions.php line 228
    /**
     * Returns true if JavaScript for this plugin is loaded.
     */
    function wpcf7_load_js() {
    	return apply_filters( 'wpcf7_load_js', WPCF7_LOAD_JS );
    }
    
    
    /**
     * Returns true if CSS for this plugin is loaded.
     */