Skip to content

wpt_allow_copy_meta

github-actions[bot] edited this page Jun 20, 2026 · 5 revisions

Filter to allow Duplicate Posts plugin to copy XPoster meta data when a post is duplicated.

Auto-generated Example

add_filter(
   'wpt_allow_copy_meta',
    function( bool $disable ) {
        // Your code here.
        return $disable;
    }
);

Parameters

  • bool $disable True to allow meta to be copied. Default false.

Returns

bool

Files

apply_filters( 'wpt_allow_copy_meta', false )

← All Hooks

Clone this wiki locally