aioseo_rest_api_taxonomies

aioseo_rest_api_taxonomies

Hook Type: filter

See hook in core

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

apply_filters('aioseo_rest_api_taxonomies') is found 1 times:

  • /app/Common/RestApi/Controllers/Term.php line 28
    	 * @return void
    	 */
    	public function register() {
    		$taxonomies = aioseo()->helpers->getPublicTaxonomies( true );
    		$taxonomies = apply_filters( 'aioseo_rest_api_taxonomies', $taxonomies );
    
    		$supportedTaxonomies = [];
    		foreach ( $taxonomies as $taxonomy ) {
    			$taxonomyObject = get_taxonomy( $taxonomy );
    
    			if (