Enable/Disable Widget instance function
-
Hi,
I want to build two functions to enable and disable a specific widget instance. I have this but doesn’t work.function test_disable_widget_func() { wp_unregister_sidebar_widget('text-58'); } function test_enable_widget_func() { //TBA }
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Enable/Disable Widget instance function’ is closed to new replies.