wp_supercache_domain_mapping_notice() WPSCache 1.0
Хуков нет.
Возвращает
Null. Ничего.
Использование
wp_supercache_domain_mapping_notice();
Код wp_supercache_domain_mapping_notice() wp supercache domain mapping notice WPSCache 1.7.1
function wp_supercache_domain_mapping_notice() {
global $cache_enabled;
if ( $cache_enabled ) {
echo '<div class="error"><p><strong>' . esc_html__( 'Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin.', 'wp-super-cache' ) . '</strong></p></div>';
}
}