Skip to content

[BUG] UI breakage when using multiple page actions #357

@theperfectwill

Description

@theperfectwill

Describe the bug

UI breakage when using multiple page actions

To Reproduce

Edit Page ‹ Site_Title — WordPress-03122021-180736

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

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions