acf/schema/schema_properties

acf/schema/schema_properties

Hook Type: filter

See hook in core

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

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

  • /src/AI/GEO/FieldSettings.php line 278
    		 *
    		 * @param array  $properties The Schema.org role mappings grouped by type.
    		 * @param string $field_type The ACF field type being configured.
    		 */
    		$roles = apply_filters( 'acf/schema/schema_properties', $roles, $field_type );
    
    		// Cache the result.
    		self::$properties_cache[ $cache_key ] = $roles;
    
    		return $roles;
    	}