acf/taxonomy/admin_head
acf/taxonomy/admin_head
Appears in: advanced-custom-fields.6.3.1
Hook Type: action
Displaying hooks found in version: advanced-custom-fields.6.3.1do_action('acf/taxonomy/admin_head') is found 1 times:
- /includes/admin/post-types/admin-taxonomy.php line 174
add_filter( 'get_user_option_closedpostboxes_acf-taxonomy', array( $this, 'force_basic_settings' ), 10, 1 ); add_filter( 'get_user_option_closedpostboxes_acf-taxonomy', array( $this, 'force_advanced_settings' ), 10, 1 ); // 3rd party hook. do_action( 'acf/taxonomy/admin_head' ); } /** * This action will allow ACF to render metaboxes after the title. */ public function edit_form_after_title() {