It looks like it’s not easily accessible as it’s displayed as src:
<title><?php echo get_bloginfo( 'name', 'display' ) . $separator . $title; ?></title>
where the separator is:
$separator = is_rtl() ? ' › ' : ' ‹ ';
and the $title part comes from:
login_header( $title="Some title" , ... );
But it looks like you’ve already checked this out, as I see you’ve filed a ticket #40812 for an extra filter to change the separator.
A workaround that comes to mind, to change the separator, would be to use output buffering hacks to replace it.
Related Posts:
- Change the footer text on the login page
- Problem with login form
- Redirecting the lost password page request when using a custon login page
- How to change wp-admin and wp-login urls
- Add filter when image is uploaded?
- How to debug my custom login form looping intermittently
- Remove the first 5 characters of the_title and orderby that
- Remove a div from RSS feed
- Print last modified date only on posts
- How to add an arrow to menu items has submenus
- WordPress Gravatar filter is removing my custom attributes
- Generating an nonce for Content Security Policy and all scripts – How to make it match/persist for each page load?
- getting logged in user info (wp-load.php) from parent directory
- Unique icons next to each WordPress menu item
- Change tinyMCE editor to allow marked content when pasting from Word
- Login to wordpress by clicking a link and specifying usernaname and password in url
- Log in / Log Out Custom Button
- Alter required message using comment form api
- How to debug this search & replace strings snippet?
- Hide Featured Image Meta Box on Editor Screen
- Add item to top of menu using a filter in functions.php
- Should `wp_login` be used since it’s deprecated?
- How to redirect users based on role and content of redirect_to?
- Change CSS based on is_user_logged_in
- How to display login form anywhere, when user isn’t logged in, without redirecting?
- Add filter multiple times using only one master function
- How to edit php code in WordPress Post file?
- How can I open up my administrative panel to everyone?
- Change page title from page using php via php executed from page/post itself
- How to make modifications only to certain elements of an HTML string on the server-side?
- Override a function defined in wp-includes/comment-template.php
- Filtering a function’ output for a new continued function
- Deleting Certain terms from appearing on the front end as links
- Content filter won’t work
- Warning: in_array() null given in PHP function
- Upload multiple files in randomly generated folder using wp_upload_bits
- Create page template via functions.php?
- Add meta tags to a custom header
- Ajax filter button display all posts
- How to append to an array and return the results in a filter?
- How can I add a new row in a separate database when someone registers via WordPress?
- How to have different site identity logos on each page on Astra Theme [closed]
- One account with multiple logins
- How do I create a secondary version of the_content
- Lost in trying to create user database system
- Get the_content surrounded by instead of
- Custom query vars filters problem with pagination
- Filter by field with array value in ACF on WP REST API
- wrap a span tag around author’s post count
- Get the name of menu item with wp_nav_menu
- Shortcode to log user into current URL
- Displaying content on posts page based on category
- update_post_meta() not saving data inside of save-post filter
- How to add aria role and schema markup to custom walker container
- PHP getting error when trying to access WP-Admin Dashboard
- Can I remove or edit an include() from a function with a filter?
- I installed WordPress locally now how do I login?
- Dynamically adding filters
- If user is logged in not working
- Change homepage content if user is logged in – BuddyPress
- Must filter functions receive all arguments passed to them?
- Show login greeting above sub-menu links?
- is_user_logged_in returning nothing on custom page
- WordPress doesn’t load HTML
- How to internationalize header image?
- Help with accessing wp-admin page and resolving error messages
- apply_filters with several different values?
- How can I modify this code to make the search box include tags and meta
- User filter posts by year
- How to add a custom filter (by coding) before access one wordpress page ? And where to call the custom filter?
- How to sort WooCommerce products page by latest in-stock items first?
- How do I make these combination select filters work when only one dropdown is set? They work in WordPress 5.8.2 but don’t in 5.8.3
- Show related products by attribute based and certain conditions
- How to Create custom block for displaying information in content section which act like shortcode
- Filter wordpress posts without searching the keywords in the post content
- Variation prices breakdown only for single product page
- Removing “There is no account with that username or email address.” error message in “/wp-login.php?action=lostpassword”
- Can’t log in to WordPress wp-admin after adding code to functions.php
- Test the existence of a page/article by its URL, taking in consideration the URL rewriting by filters
- Filter ‘comment_notification_text’ not working
- Remove Author Links
- Check if user had autologin & if so, logout
- How to run php code only for a specific widget on a page and not all widgets on that page?
- How to remove get_header From all single pages in wordpress with functions.php without plugin?
- Admin Panel 404 Error after login
- PHP warning – Use of undefined constant ‘FORCE_SSL_LOGIN’ ‘FORCE_SSL_ADMIN’ on wp-config.php
- How to block specific user id in custom login form?
- Log out without confirmation request (nonce)
- Apply function.php filter only if url not has /amp/
- Change the “Show All” button in a WordPress Portfolio Filter
- How to use apply_filters() inside a plugin class?
- Change lost password url to a mailto URL in WordPress
- Shortcodes not processing inside post content
- Remove span tags from WooCommerce Downloads page
- Having trouble creating two shortcodes, one for logged in user and one for visitors
- Call WP Rest-Api to GET /users/me returned NOTHING in console
- How to edit post meta data before publishing the post it self wordpress?
- Multiple Tag Filtering
- Add a top bar to a wordpress theme without editing the header.php file?
- I want to hide “sold by” on certain pages with id page 43