acf/schema/schema_types

acf/schema/schema_types

Hook Type: filter

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.8.0

apply_filters('acf/schema/schema_types') is found 1 times:

  • /src/AI/GEO/GEO.php line 161
    		 * Allows developers to add custom Schema.org types or modify existing ones.
    		 *
    		 * @param array $types The Schema.org type mappings grouped by category.
    		 */
    		return apply_filters( 'acf/schema/schema_types', $types );
    	}
    
    	/**
    	 * Process ACF fields and map them to Schema.org structure
    	 *
    	 * Takes an array of field objects and processes them based on their schema_property setting.