add_filter ('acf/load_field', 'my_acf_load_field'); // Apply to select fields. ... named "custom_select". add_filter('acf/load_field/name=custom_select', ...
確定! 回上一頁