ok best way is effectively to use js, added in custom plugin
$('.users-php ul.subsubsub li').each(function(index){
$(this).html(function(index, text) {
return text.replace('|', ' ');
});
});
Related Posts:
- Filter translations (gettext strings) on specific admin pages
- How to add icons to post listing (edit.php) in admin
- How can I send data to admin-ajax via JS Fetch?
- Filtering admin entries for custom post type
- how to change appearence of the content of default post list columns?
- Custom view counts not updating correctly
- Get .subsubsub count of post per status queried using pre_get_posts
- Adding a Clone link to product attributes – post_row_actions() filter, or how to override a Class question
- Filtering the post list in the admin area
- Filter for when the post is updated
- Help with filter for wp_notify_moderator()
- Admin: how to make a custom list filter button send GET queryvars
- Echo string in admin panel footer beside version no
- an action hook when a post reaches a certain number of views
- How to filter page title for certain page?
- Having issue with dynamic data within restrict_manage_posts function
- Add view to admin menu to filter for specific criteria ( If post is child of specific Parent )
- Filter on the day of the week from timestamp
- Admin view: filter posts by whether they have specific taxonomy attached
- Publish button inside custom field group
- How to filter posts in admin by before date or by post status ‘future’?
- Admin filter/error if post title is too long
- how to localize the number of wordpress post views?
- How to filter users on admin users page by custom meta field?
- Custom theme hooks / filters – passing arguments
- What params are available with the_content filter?
- How to hook wp_list_pages?
- Don’t replace “|” with Empty String (“”) when generating slugs from title
- apply_filters(‘the_content’, $content) alternative
- Gallery Settings Change available Columns
- How to exclude/filter a tag from get_the_tag_list()
- Changing document title only on a custom page template
- Filter the blog’s title without using global variables
- user_has_cap filter allows edit but will not allow save
- Add filter to wp_dropdown_pages() or wp_dropdown_categories() – no select container?
- Hook different functions to the same filter conditionally OR Pass additional arguments to existing filter?
- Search results sorted by post types
- where to apply “apply filters” and other Sanitization Functions
- Add guid filter to attachment in media library grid mode
- Pass parameter to the upload_dir filter
- Filter or Hook to catch pre-rendering of post content
- check to see if hook is available
- Filter users by custom colum not meta key
- How to allow users to view pending posts of a specific custom post type?
- Remove filter callback: method in class
- add_filter(‘the_content’, ‘…’) stops pagination from working
- How can I exclude tags from category_rss function?
- How to remove SKU’s from ALL products in Quick View – already remove from each product page
- How do I use remove_action on an add_action that uses an array?
- Change the default 10-day expiration for the password protected pages cookie
- Add content as soon starts
- Access get_the_title() from ‘excerpt_length’ filter
- How can I change the language of automated Mails?
- How can I replace an oEmbed URL in post with actual embed HTML
- Replacing a deprecated filter ‘woocommerce_get_price’ with ‘woocommerce_product_get_price’
- How do you get specific tags from the_content?
- Add a filter inside an action init
- Is it possible to apply_filter on a wp_ajax_ action?
- Apply filters with multiple filters
- Using add_filter to prepend content, result is out of order
- Sorting products by price ( regular + sale price )
- get_posts() interrupt because of filter
- WooCommerce coupon hook argument NULL when using filter woocommerce_get_shop_coupon_data
- How can I edit comment meta value before it is saved?
- How to query if meta_key does exist or not?
- Disable sanitize_file_name on upload without modifying functions.php
- add_filter to the_content after apply_filters
- How to Edit Ecommerce filters URL, h1, h2 , Title
- Filter Media by attached page or blog post in Library
- How to stop DOMDocument destroying embeds?
- How to modify image caption in posts?
- Extend Nonce Lifetime for Specific Nonce Creation
- Run `wp_insert_post_data` on all posts
- Mystery line break
- Consult array data in REST API Filter
- WordPress add_filter to post_date
- create a shortcode with acf including a filter
- Ajax Filtering Pagination
- Custom permalink for attachment
- Overriding Generated Attachment Post URL
- Pagination while keeping the filters
- using filters on the function from class
- Put data in my-account/view-order/id/ page
- Hook inside a hook
- Filter WordPress Archive Widget to exclude posts with specific custom taxonomy term id
- How to attach post ID to image links in WordPress tinymce editor
- Password protected Page add_filter to change the text doesn’t work
- How to filter content in Dashboard?
- How to remove a filter that is an anonymous object?
- add_filter not adding the filter
- Add class to all parent elements inside the_content
- Is this correct usage of filters in WordPress [closed]
- Date filter for post query not filtering results when variable outside the function
- Passing variable from filter
- Filter image and text from post format
- Filter posts by multiple checkbox categories
- Is there a hook or filter that adds a button to the left of the search box?
- Filter and manipulate the get_current_user() function
- add_filter(‘the_content’, ‘method’) does not trigger my custom method
- Limit total tags in the_content