Interviewer And Interviewee Guide

WordPress Support Officer Interview Question:

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

Submitted by: Administrator
try replacing :
register_widget('test_function');

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

function register_test_funtion() {
register_widget('test_funtion');
}
Submitted by:

Read Online WordPress Support Officer Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.