wp_insert_post, $post->ID, $post, true

wp_insert_post, $post->ID, $post, true

Hook Type: action

See hook in core

Displaying hooks found in version: siteorigin-panels.2.36.0

do_action('wp_insert_post, $post->ID, $post, true') is found 1 times:

  • /inc/admin.php line 1049
     
    				do_action( 'edit_post', $post->ID, $post );
    				do_action( "save_post_{$post->post_type}", $post->ID, $post, true );
    				do_action( 'save_post', $post->ID, $post, true );
    				do_action( 'wp_insert_post', $post->ID, $post, true );
    			}
    		}
    	}
    
    	/**
    	 * After the theme is switched, change the template on the home page if the theme supports home page functionality.