Create Post On Update

wpwhpro/run/create_action_post_on_update

Description:
This filter enables you to create a post during a post update in case it is not available. 

Parameter Type Description
true bool True if you want to create the post on an update
/**
 * Create Post On Update
 */
$create_post_on_update = apply_filters( 'wpwhpro/run/create_action_post_on_update', true );
Updated on August 10, 2019

Was this article helpful?

Related Articles