acf/get_field_group_title

acf/get_field_group_title

Hook Type: filter

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.6.2

apply_filters('acf/get_field_group_title') is found 1 times:

  • /includes/acf-field-group-functions.php line 578

    Warning: Undefined array key 579 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 580 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 581 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 582 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 583 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		$title = $field_group['display_title'];
    	}
    
    	// Filter and return.
    	return apply_filters( 'acf/get_field_group_title', esc_html( $title ), $field_group );
    }