Resolve PublishPress Revisions for approved posts to with with Relevanssi

Resolve PublishPress Revisions for approved posts to with with Relevanssi.

Snippet Type

Execute on Child Sites

Snippet

add_action( 'revision_applied', function( $published, $revision ) {
    relevanssi_remove_doc( $revision->ID );
}, 10, 2 );

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.