Used By
Used By | Description |
---|---|
wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php: WP_REST_Plugins_Controller::validate_plugin_param() | Checks that the “plugin” parameter is a valid path. |
wp-admin/includes/file.php: wp_edit_theme_plugin_file() | Attempts to edit a file for a theme or plugin. |
wp-admin/includes/ajax-actions.php: wp_ajax_delete_plugin() | Ajax handler for deleting a plugin. |
wp-admin/includes/ajax-actions.php: wp_ajax_update_plugin() | Ajax handler for updating a plugin. |
wp-admin/includes/plugin.php: validate_plugin() | Validate the plugin path. |
wp-admin/includes/file.php: validate_file_to_edit() | Makes sure that the file that was requested to be edited is allowed to be edited. |
wp-admin/includes/file.php: _unzip_file_ziparchive() | Attempts to unzip an archive using the ZipArchive class. |
wp-admin/includes/file.php: _unzip_file_pclzip() | Attempts to unzip an archive using the PclZip library. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::__construct() | Constructor. |
wp-includes/load.php: wp_get_active_and_valid_plugins() | Retrieve an array of active and valid plugin files. |
wp-includes/template.php: get_single_template() | Retrieve path of single template in current or parent template. Applies to single Posts, single Attachments, and single custom post types. |
wp-includes/template.php: get_page_template() | Retrieve path of page template in current or parent template. |
wp-includes/ms-load.php: wp_get_active_network_plugins() | Returns array of network plugin files to be included in global scope. |