mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-29 11:32:21 +08:00
3 lines
124 B
Text
3 lines
124 B
Text
add_action( 'revision_applied', function( $published, $revision ) {
|
|
relevanssi_remove_doc( $revision->ID );
|
|
}, 10, 2 );
|