Skip to content

Instantly share code, notes, and snippets.

@elliotcondon
Created November 10, 2016 23:05
Show Gist options
  • Save elliotcondon/a3af5fc89de0c830366ab71952d24970 to your computer and use it in GitHub Desktop.
Save elliotcondon/a3af5fc89de0c830366ab71952d24970 to your computer and use it in GitHub Desktop.
function my_acf_init_settings() {
//acf_update_setting('enqueue_google_maps', false);
//acf_update_setting('enqueue_select2', false);
//acf_update_setting('select2_version', 4);
}
add_action('acf/init', 'my_acf_init_settings');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment