[ad_1]
Replies: 1
hello, How can I disable your classic editor widget that appears at the bottom, try this code, but it doesn’t work: https://ibb.co/cxZJJfL
function wdv_remove_gallery_widget() {
unregister_widget(‘wds-wds-meta-box’);
}
add_action(‘widgets_init’, ‘wdv_remove_gallery_widget’, 11);
The redirect causes me a huge vulnerability for my users, how do I disable it?
