Summery Summery
Finalize scraping for edited file errors.
Syntax Syntax
Parameters Parameters
- $scrape_key
-
(Required) Scrape key.
Source Source
File: wp-includes/load.php
* @param string $context The usage context. */ return apply_filters( 'file_mod_allowed', ! defined( 'DISALLOW_FILE_MODS' ) || ! DISALLOW_FILE_MODS, $context ); } /** * Start scraping edited file errors. * * @since 4.9.0 */ function wp_start_scraping_edited_file_errors() {
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |