Exemple #1
0
 function is_enabled()
 {
     // bail early if no local allowed
     if (!acf_get_setting('local')) {
         return false;
     }
     // return
     return acf_is_filter_enabled('local');
 }
Exemple #2
0
 function is_enabled()
 {
     return acf_is_filter_enabled('clone');
 }