Skip to content

Instantly share code, notes, and snippets.

[
{
"id": "20768",
"title": "Event 1",
"start": 1531828524,
"end": 1531832124,
"allDay": false
},
{
"id": "20773",
[
{
"id": "20768",
"title": "Event 1",
"start": 1531828524,
"end": 1531832124,
"allDay": false
},
{
"id": "20773",
<?php
add_filter('acf/location/rule_types', 'acf_location_rules_types');
function acf_location_rules_types( $choices ) {
$choices['Utilisateur']['user_id'] = 'ID utilisateur';
return $choices;
}
add_filter('acf/location/rule_values/user_id', 'acf_location_rules_values_user');