acf/location/rule_types

acf/location/rule_types

Hook Type: filter

See hook in core

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

apply_filters('acf/location/rule_types') is found 1 times:

  • /includes/locations.php line 132
    	 * @since   5.9.0
    	 *
    	 * @param   array $types The location rule types.
    	 */
    	return apply_filters( 'acf/location/rule_types', $types );
    }
    
    /**
     * Returns a validated location rule with all props.
     *
     * @date    8/4/20