
IfyouwanttoderegisterCF7'sscriptsandstyles,youshouldconsiderthismethod:Inyourwp-config.php:define('WPCF7_LOAD_JS',false);define('WPCF7_LOAD_CSS',false);Andifyouwanttoregisterthemagainforaspecificpage,theninyourfunction.phpwritesomethinglikethat:if(is_single('contact')){wp_register_style('contact-form-7',100);wp_register_script('...