• Hi,

    I’m creating a custom WP admin theme but have run into problems with the buttons where they are adding an “|” in the html li.

    I have tried various jQuery snippets to remove this but can’t seem to fix this issue and remove the “|” … any help would be great!

    Thank you.

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    I know where they are coming from, if that’s any help, but I don’t immediately see a “clean” way (leaving core files untouched) to get rid of them. wp-admin/includes/class-wp-list-table.php, line 346. Maybe if you figure out where the returned value is going you’ll find a filter to use.

    Otherwise, some jQuery approach should work, even though you’ve yet to find it.

Viewing 1 replies (of 1 total)

The topic ‘Customising admin buttons’ is closed to new replies.