wpcf7_load_css

wpcf7_load_css

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

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_load_css') is found 1 times:

  • /includes/functions.php line 236
    /**
     * Returns true if CSS for this plugin is loaded.
     */
    function wpcf7_load_css() {
    	return apply_filters( 'wpcf7_load_css', WPCF7_LOAD_CSS );
    }
    
    
    /**
     * Builds an HTML anchor element.
     *