Posted by Prem Tiwari | Updated on | in WordPress Functions.
Below are the list of WordPress comment, ping, and trackback functions. WordPress Comment, Ping, and Trackback Functions Below are the list of WordPress comment, ping, and trackback functions list: add_ping add_comment_meta check_comment comment_text comment_form comments_number …
Posted by Prem Tiwari | Updated on | in WordPress Functions.
Below are the lists of WordPress admin menu functions. You can use the below functions while developing a new Theme or Plugins. WordPress Admin Menu Functions List Below are the list of WordPress admin menu …
Posted by Prem Tiwari | Updated on | in WordPress Functions.
Below are the lists of WordPress multisite function. This list also includes the deprecated functions. Function with red colour is deprecated in new version of WordPress. Multisite WordPress API, found in file wp-includes/ms-functions.php (since 3.0.0). …
Posted by Prem Tiwari | Updated on | in WordPress Functions.
This tutorial is a collection of WordPress miscellaneous functions list. This list also includes the deprecated functions. Function with red colour is deprecated in new version of WordPress. WordPress miscellaneous function Below are the list …
Posted by Prem Tiwari | Updated on | in WordPress Functions.
This tutorial is a collection of WordPress formatting function list. This list also includes the deprecated functions. Function with red colour is deprecated in new version of WordPress. You can format your output from the …
Posted by Prem Tiwari | Updated on | in WordPress Functions.
This tutorial is a collection of WordPress formatting function list. This list also includes the deprecated functions. Function with red colour is deprecated in new version of WordPress. You can format your output from the …
Posted by Prem Tiwari | Updated on | in WordPress Functions.
This tutorial is a collection of WordPress category, tag and taxonomy functions list. This list also includes the deprecated functions. Function with red colour is deprecated in new version of WordPress. What is WordPress Category? …
Posted by Prem Tiwari | Updated on | in WordPress Functions.
In this tutorial, I am sharing the list of WordPress post functions which you can use when customise your WordPress blog/websites. What is WordPress post? A WordPress post is what makes up the blog aspect of …
Posted by Prem Tiwari | Updated on | in WordPress Functions.
What is an attachment in WordPress? The term attachment is used for files uploaded to WordPress from post edit screen. Files uploaded directly to the Media Library are not particularly attached to a post or page. An attachment …
Posted by Prem Tiwari | Updated on | in WordPress.
What is WP-CLI? WP-CLI is a command line interface for WordPress. The project’s goal is to offer a complete alternative to the WordPress admin; for any action you might want to perform in the WordPress …
Posted by Prem Tiwari | Updated on | in WordPress Functions.
Want to know what’s new functions introduced in WordPress 5.3 release? In this tutorial, I am going to share the new and updated functions list in WordPress 5.3. List of functions in WordPress 5.3: addslashes_strings_only() …
Posted by Prem Tiwari | Updated on | in WordPress Core, WordPress Functions.
WordPress 5.2 has introduced a new Site Health Tool in the admin to help site owners with common configuration issues that might cause problems for their site. WP_Site_Health Class for looking up a site’s health based …
Posted by Prem Tiwari | Updated on | in WordPress Functions.
The WordPress add_pages_page() is a WordPress builtin function and it will add submenu page to the Pages main menu. This function takes a capability which will be used to determine whether or not a page …
Posted by Prem Tiwari | Updated on | in WordPress Functions.
The get_term_children() is a WordPress builtin function and it will merge all term children into a single array. This recursive function will merge all of the children of $term into the same array. Only useful for taxonomies …
Posted by Prem Tiwari | Updated on | in WordPress Functions.
The add_option_whitelist() is a WordPress builtin function to adds an array of options to the options whitelist. It will always return the array. Parameters $new_options (array) (Required) $options (string|array) (Optional) Default value: ” Syntax: The function is …