aioseo_sitemap_product_attributes

aioseo_sitemap_product_attributes

Hook Type: filter

See hook in core

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

apply_filters('aioseo_sitemap_product_attributes') is found 1 times:

  • /app/Common/Sitemap/Content.php line 904

    Warning: Undefined array key 909 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    				'priority'   => aioseo()->sitemap->priority->priority( 'taxonomies', $term, 'product_attributes' ),
    				'images'     => aioseo()->sitemap->image->term( $term )
    			];
    
    			$entries[] = apply_filters( 'aioseo_sitemap_product_attributes', $entry, $termId );
    		}
    
    		return $entries;
    	}
    }