mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-30 11:42:22 +08:00
https://wordpress.org/support/topic/design-library-hide-doesnt-work-add-an-option-to-hide-pro/
1 line
73 B
Text
1 line
73 B
Text
add_filter( 'kadence_blocks_design_library_enabled', '__return_false' );
|