wp_finalize_scraping_edited_file_errors

Advertisement

Summery Summery

Finalize scraping for edited file errors.

Syntax Syntax

wp_finalize_scraping_edited_file_errors( string $scrape_key )

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

Changelog
Version Description
4.9.0 Introduced.

Advertisement

Leave a Reply