duplicate_post_clone_post_link

duplicate_post_clone_post_link

Hook Type: filter

See hook in core

Displaying hooks found in version: duplicate-post.4.5

apply_filters('duplicate_post_clone_post_link') is found 1 times:

  • /common-functions.php line 92
    	 * @param int    $ID   The ID of the post.
    	 *
    	 * @return string
    	 */
    	echo $before . apply_filters( 'duplicate_post_clone_post_link', $link, $post->ID ) . $after; // phpcs:ignore WordPress.Security.EscapeOutput
    }
    
    /**
     * Gets the original post.
     *
     * @param int|null $post   Optional. Post ID or Post object.