Please anwer each of the questions below to the best of your knowledge. Thank you.

This field is for validation purposes and should be left unchanged.

MM slash DD slash YYYY
Name(Required)

Test begins...

Where can you see available WordPress, theme, and plugin options as they are recorded in the database?
I cannot hook in this action with add_submenu_page() function
What are the best settings for folders security in UNIX / WP environment ?
Which of the following will correctly load localized (translated) text for a WordPress plugin?
To detect if current page = login page I can use :
If you want to create a custom WP loop without affecting the original query, you would use which of the following?
When displaying a URL inside an anchor tag (<a>), which function should be used to escape the URL before displaying it?
Which of the following will give the option to add inline Ajax for comment posting?
It is important to enqueue your parent and child theme stylesheets.
To create a one time single post meta value in a big post loop so that it is as fast as possible, i'd use:
How many users roles are defined in wordpress by default?
Which constant will allow me to control the number of post revisons kept by WP?
Correct WP plugin development steps are :
Which of the following will show the most recent post (by date) from a custom taxonomy?
I can change the class name of a sub-menu in the wp_nav_menu...
Which of the following methods can be used to make SEO friendly permalinks?
What is the output of the following code? <ul id=»sortable»> <li id=»1″>example 1</li> <li id=»2″>example 2</li> <li id=»3″>example 3</li> <li id=»4″>example 4</li> </ul> $(document).ready(function(){ $(‘#sortable’).sortable({ update: function(event, ui) { var newOrder = $(this).sortable(‘toArray’).toString(); $.get(‘saveSortable.php’, {order:newOrder}); } }); });
There can only be one loop in a template
Is super cache a built-in plugin of WordPress?
I can use this command (Apache) to change WP's directory ownership to www-data?
Which of the following is the correct sequence of steps to adapt a WordPress plugin to a multisite?
How can an <li> tag's class and ID attributes be removed from menu items and page lists?
To get WordPress Post ID from the Post title I use
Which of the following code snippets will create plugins back-end page without showing it as menu item?
Which is the necessary file if you need to create a child theme?
What is the BEST way to get last inserted row ID from WordPress database ?
When are child theme required?
What are the best settings for files security in UNIX / WP environment ?
Which of the following is the correct way to redirect the default login and registration page URL to a custom login and registration page URL?
How would one generate RSS feed for a search result via WordPress default search function?
What are the database privileges that are required for WordPress?
When I need to override a plugin behaviour, it is best practice to do it:
To create a custom login / registration page URL redirecting from default login I can use :
Which of the following is the correct way to assign a category to a WordPress post?
What is the best permalink format for SEO?
Which of the following will remove anchors from all nodes/levels except the 4th level nodes of a WordPress category? Parent node (1st level) —>Child node (2nd level) —->3rd level node ——>4th level node
Which function should you use to retrieve the contents of a remote file?
If I want to generate an array for every image uploaded in a particular post, I use
In which folder should a plugin be stored to make wordpress use it automatically and to prevent the plugin deactivation?
Which of the following will correctly load localized (translated) text for a WordPress plugin?
Which of the following is the best countermeasure to session hijacking
To ensure all plugins have been loaded before performing an action, which WordPress hook should the action be added to?
When designing for mobile devices, it is best to:
What is the best way to include a JavaScript object to a plugin or theme with WordPress?
Which of the following will hash a string/password to its md5 equivalent?
Themes I fully master / am expert with :(Required)
Page Builders I fully master / am expert with :(Required)
Plugins I fully master / am expert with :(Required)
If you have anything to add, please write it here...