Wedget of smart crawl
-
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?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Wedget of smart crawl’ is closed to new replies.