MCQs > IT & Programming > WordPress > How do you correctly register the shortcode to call this function: function ppp_shortcode() { echo 'some code or stuff here'; }

WordPress MCQs

How do you correctly register the shortcode to call this function: function ppp_shortcode() { echo "some code or stuff here"; }

Answer

Correct Answer: add_shortcode('shortcode', 'ppp_shortcode');

Explanation:

Note: This Question is unanswered, help us to find answer for this one

WordPress Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

WordPress Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it