What’s the primary difference between template tags prefaced with the* versus get_the*? (Duplicate 1)
Which WordPress setting would you use to make page URLs look like http://example.com/my-page/ instead of the default http://example.com/?p=21/?
Theme developers can take advantage of the Customizer API to give users a way to manipulate basic theme settings. The Customizer API is object-oriented and provides four main objects. What are they?
How many minutes does it take to install WordPress according to the “Famous X-Minute Installation” instructions on WordPress.org?
The REST API is a simple way to get data in and out of WordPress over HTTP. Applications using the REST API should be written in which programming language?
The WordPress REST API is designed to receive and respond to particular types of requests using basic HTML methods. For example, a request to upload a PHP file into a particular folder on a server might look like the code POST /folder/_file.php. Based on this code, what would you call /folder/_file.php (in REST API terms)?
If you activate or update a plugin and it breaks your site so that you cannot manage it via wp-admin, how can you disable the plugin?
WordPress is translated, at least partially, in more than 200 locales. If you wanted to help translate WordPress into other languages, which contributor group would you join?
Which of these snippets represents a wrapper that calls jQuery safely and doesn’t require repetitive use of the word “jQuery”?
The REST API provides public data, which is accessible to any client anonymously, as well as private data available only after authentication. How could you ensure that no one can anonymously access site data via the REST API?
You have a search bar on your site. You would like to use a to make the word “Search” visible to screen readers, but you don’t want to display the word “Search” on the screen. How can you accomplish this?
WP_Query is the WordPress query class that is used to fetch posts from the database. How would you create a new instance of this class?
Within the editor, blocks are rendered as JavaScript. How are blocks rendered on the front end of a site?
Which software development principle, often used in WordPress, aims to reduce the repetition of code?
The Block API enables developers to register custom blocks in themes or plugins. How would you register a custom block?
How can you add a custom script that needs to run only on the contact page of a site? The slug of the page is contact.
How would you write a text string containing “Hello World!” in a way that makes it possible for someone else to translate the string into a different language?
What is the name of the open-sourse project that serves as a bug tracker and project management tool for WordPress?
If your WordPress site is seriously compromised, what is the best course of action to return your site to good health?
JavaScript variables can hold many data types. Which data type does the following variable represent?