mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-29 11:32:21 +08:00
2 lines
137 B
Text
2 lines
137 B
Text
remove_action( 'wp_insert_post', 'relevanssi_insert_edit', 99 );
|
|
remove_action( 'wp_after_insert_post', 'relevanssi_insert_edit', 99 );
|