wpcf7_load_css
The Contact Form 7 wpcf7 load css function.
Description
wpcf7_load_css();
Usage
if ( !function_exists( 'wpcf7_load_css' ) ) { require_once ABSPATH . PLUGINDIR . 'contact-form-7/includes/functions.php'; } // NOTICE! Understand what this does before running. $result = wpcf7_load_css();
Defined (1)
The function is defined in the following location(s).
- /includes/functions.php
- function wpcf7_load_css() {
- return apply_filters( 'wpcf7_load_css', WPCF7_LOAD_CSS );
- }