duplicate_post_after_republish

duplicate_post_after_republish

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: duplicate-post.4.6

do_action('duplicate_post_after_republish') is found 1 times:

  • /src/post-republisher.php line 347
    		 *
    		 * @param WP_Post $post          The Rewrite & Republish copy.
    		 * @param WP_Post $original_post The original post that has been updated.
    		 */
    		\do_action( 'duplicate_post_after_republish', $post, $original_post );
    	}
    
    	/**
    	 * Deletes the copy and associated post meta, if applicable.
    	 *
    	 * @param int      $copy_id            The copy's ID.