Fernando Barrios
Results
2
comments of
Fernando Barrios
> Why is it unsupported? probably can use centos rpm's as the system is fully compatible, so what is the problem with CE ? Did you solve this? I wanted...
The code provided didn't worked for me. This one did worked: ``` function remove_menus_appearance_patterns(){ // Appearance > Patterns remove_submenu_page('themes.php', 'site-editor.php?path=/patterns'); } add_action('admin_menu', 'remove_menus_appearance_patterns'); ```