-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the bug
UI breakage when using multiple page actions
To Reproduce
Expected behavior
Shouldn't be.
Screenshots
Provided in steps to reproduce.
Sample Codes
Not able to provide in one piece of code, because multiple taxonomy files include this to achieve the above screenshot result.
$this_taxonomy_manage_edit_button = wponion_page_actions($this_location, [
$this_slug.'-button' => [
'label' => $this_plural_name,
'href' => admin_url('edit-tags.php?taxonomy='.$this_slug.'&post_type='.$this_location.''),
],
]);Additional context
None.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request