wpsc_enable_wp_config_edit
Usage
add_filter( 'wpsc_enable_wp_config_edit', 'wp_kama_wpsc_enable_wp_config_edit_filter' );
/**
* Function for `wpsc_enable_wp_config_edit` filter-hook.
*
* @param $true
*
* @return
*/
function wp_kama_wpsc_enable_wp_config_edit_filter( $true ){
// filter...
return $true;
}
- $true
- -
Where the hook is called
wpsc_enable_wp_config_edit
wpsc_enable_wp_config_edit
wp-super-cache/wp-cache.php 2308
if ( ! apply_filters( 'wpsc_enable_wp_config_edit', true ) ) {
wp-super-cache/wp-cache.php 3806
if ( apply_filters( 'wpsc_enable_wp_config_edit', true ) ) {