xmlrpc_publish_post, $post_id

xmlrpc_publish_post, $post_id

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('xmlrpc_publish_post, $post_id') is found 1 times:

  • /wp-includes/post.php line 8006
    		 * @since 2.1.0
    		 *
    		 * @param int $post_id Post ID.
    		 */
    		do_action( 'xmlrpc_publish_post', $post_id );
    	}
    
    	if ( defined( 'WP_IMPORTING' ) ) {
    		return;
    	}