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...

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