mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-04 12:22:24 +08:00
https://wordpress.org/support/topic/how-to-remove-blaze-option-from-page-post/ https://developer.jetpack.com/hooks/jetpack_blaze_enabled
1 line
57 B
Text
1 line
57 B
Text
add_filter( 'jetpack_blaze_enabled', '__return_false' );
|