wpcf7_admin_load

wpcf7_admin_load

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_load') is found 2 times:

  • /admin/admin.php line 206
    	global $plugin_page;
    
    	$action = wpcf7_current_action();
    
    	do_action( 'wpcf7_admin_load',
    		trim( $_GET['page'] ?? '' ),
    		$action
    	);
    
    	if ( 'save' === $action ) {
    		$id = $_POST['post_ID'] ?? '-1';
    
  • /admin/admin.php line 458
    }
    
    
    function wpcf7_load_integration_page() {
    	do_action( 'wpcf7_admin_load',
    		trim( $_GET['page'] ?? '' ),
    		wpcf7_current_action()
    	);
    
    	$integration = WPCF7_Integration::get_instance();
    
    

See this hook used in plugins: