wpcf7_admin_init

wpcf7_admin_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_admin_init') is found 1 times:

  • /admin/admin.php line 13
     
    add_action(
    	'admin_init',
    	static function () {
    		do_action( 'wpcf7_admin_init' );
    	},
    	10, 0
    );
    
    
    add_action(
    

See this hook used in plugins: