コード例 #1
0
ファイル: local.php プロジェクト: Garth619/Femi9
 function is_enabled()
 {
     // bail early if no local allowed
     if (!acf_get_setting('local')) {
         return false;
     }
     // return
     return acf_is_filter_enabled('local');
 }
コード例 #2
0
ファイル: clone.php プロジェクト: developmentDM2/Whohaha
 function is_enabled()
 {
     return acf_is_filter_enabled('clone');
 }