WordPress Support Officer Question: Download WordPress Support Officer PDF

Why the add_action() function does not work in member function in wordpress?

Tweet Share WhatsApp

Answer:

try replacing :
register_widget('test_function');

with:
add_action('widgets_init', register_test_funtion');

function register_test_funtion() {
register_widget('test_funtion');
}

Download WordPress Support Officer PDF Read All 31 WordPress Support Officer Questions
Previous QuestionNext Question
Will I have ability to update my own content?How yuo can create plugin for wordpress?