aioseo_sitemap_localization_disable

aioseo_sitemap_localization_disable

Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.4.8.8

apply_filters('aioseo_sitemap_localization_disable') is found 1 times:

  • /app/Common/Sitemap/Localization.php line 39
    	 *
    	 * @since 4.8.8
    	 */
    	public function init() {
    		if ( apply_filters( 'aioseo_sitemap_localization_disable', false ) ) {
    			return;
    		}
    
    		if ( aioseo()->helpers->isWpmlActive() ) {
    			self::$wpml = [
    				'defaultLanguage' => apply_filters( 'wpml_default_language', null ),