wpcf7_load_css хук-фильтр . CF7 1.0
Использование
add_filter( 'wpcf7_load_css', 'filter_function_name_516' ); function filter_function_name_516( $WPCF7_LOAD_CSS ){ // filter... return $WPCF7_LOAD_CSS; }
- $WPCF7_LOAD_CSS
- -
Где вызывается хук
wpcf7_load_css
contact-form-7/includes/functions.php 95
return apply_filters( 'wpcf7_load_css', WPCF7_LOAD_CSS );