MCQs>IT & Programming>WordPress>Given the following line of code: remove_filter( 'the_content', 'capital_P_dangit', 11 ) what does the third argument (11) mean?
WordPress MCQs
Given the following line of code: remove_filter( 'the_content', 'capital_P_dangit', 11 ) what does the third argument (11) mean?
Answer
Correct Answer: The priority of the function (as defined by the original hooked function)
Explanation:
Note: This Question is unanswered, help us to find answer for this one