wpcf7_init

wpcf7_init

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

do_action('wpcf7_init') is found 1 times:

  • /load.php line 148
    function wpcf7_init() {
    	wpcf7_get_request_uri();
    	wpcf7_register_post_types();
    
    	do_action( 'wpcf7_init' );
    }
    
    
    add_action( 'admin_init', 'wpcf7_upgrade', 10, 0 );
    
    /**
    

See this hook used in plugins:

Examples using wpcf7_init