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

0 Hours 0 Minutes 0 Seconds

1
Name(Required)

Test begins...

Which of the following will correctly load localized (translated) text for a WordPress plugin?
What are the best settings for folders security in UNIX / WP environment ?
There can only be one loop in a template
Correct WP plugin development steps are :
How would one generate RSS feed for a search result via WordPress default search function?
What are the best settings for files security in UNIX / WP environment ?
What are the database privileges that are required for WordPress?
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:
When I need to override a plugin behaviour, it is best practice to do it:
Which function should you use to retrieve the contents of a remote file?
Which of the following will show the most recent post (by date) from a custom taxonomy?
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?
I can use this command (Apache) to change WP's directory ownership to www-data?
Which of the following code snippets will create plugins back-end page without showing it as menu item?
What is the BEST way to get last inserted row ID from WordPress database ?
How many users roles are defined in wordpress by default?
To get WordPress Post ID from the Post title I use
I cannot hook in this action with add_submenu_page() function
What is the best permalink format for SEO?
Which constant will allow me to control the number of post revisons kept by WP?
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?
How can an <li> tag's class and ID attributes be removed from menu items and page lists?
It is important to enqueue your parent and child theme stylesheets.
Where can you see available WordPress, theme, and plugin options as they are recorded in the database?
Which of the following is the correct sequence of steps to adapt a WordPress plugin to a multisite?
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}); } }); });
Which of the following methods can be used to make SEO friendly permalinks?
Which of the following is the correct way to assign a category to a WordPress post?
I can change the class name of a sub-menu in the wp_nav_menu...
What is the best way to include a JavaScript object to a plugin or theme with WordPress?
To ensure all plugins have been loaded before performing an action, which WordPress hook should the action be added to?
Which is the necessary file if you need to create a child theme?
To create a custom login / registration page URL redirecting from default login 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 are child theme required?
When designing for mobile devices, it is best to:
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 is the best countermeasure to session hijacking
To detect if current page = login page I can use :
Which of the following will hash a string/password to its md5 equivalent?
If I want to generate an array for every image uploaded in a particular post, I use
Which of the following will give the option to add inline Ajax for comment posting?
Is super cache a built-in plugin of WordPress?
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
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...