Correct Answer: define('WP_SITEURL', '[url]');
Explanation:
Note: This Question is unanswered, help us to find answer for this one
WordPress Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More WordPress MCQ Questions
What does the line do? add_filter('show_admin_bar', '__return_false');
The function you use to access a WordPress site option is:
Which function do you use to sanitize a generic text field for saving in the database?
What is the proper order of parameters that get_the_post_thumbnail() accepts?
Which manually defines your WordPress address (URL)?
You can overwrite the siteurl option in wp-config.php with:
Which constant can you set in wp-config.php to limit the allowed memory for WordPress?
Which conditional statement checks to see if the current user is a Super Admin?