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
120 B
Text
2 lines
120 B
Text
add_filter( 'wp_page_revisions_to_keep', '__return_zero' );
|
|
add_filter( 'wp_post_revisions_to_keep', '__return_zero' );
|