Using WordPress ‘delete_post_meta()’ PHP function Written by Adrian Gordon WordPress Deletes a post meta field for the given post ID.
Using WordPress ‘delete_plugins()’ PHP function Written by Adrian Gordon WordPress Removes directory and files of a plugin for a list of plugins.
Using WordPress ‘delete_option()’ PHP function Written by Adrian Gordon WordPress Removes option by name. Prevents removal of protected WordPress options.
Using WordPress ‘deactivate_sitewide_plugin()’ PHP function Written by Adrian Gordon WordPress Deprecated functionality for deactivating a network-only plugin.
Using WordPress ‘deactivated_plugins_notice()’ PHP function Written by Adrian Gordon WordPress Renders an admin notice when a plugin was deactivated during an update.
Using WordPress ‘date_i18n()’ PHP function Written by Adrian Gordon WordPress Retrieves the date in localized format, based on a sum of Unix timestamp and timezone offset in seconds.
Using WordPress ‘dashboard_php_nag_class()’ PHP function Written by Adrian Gordon WordPress Adds an additional class to the PHP nag if the current version is insecure.
Using WordPress ‘dashboard_browser_nag_class()’ PHP function Written by Adrian Gordon WordPress Adds an additional class to the browser nag if the current version is insecure.
Using WordPress ‘customize_themes_print_templates()’ PHP function Written by Adrian Gordon WordPress Prints JS templates for the theme-browsing UI in the Customizer.