Looks like it is a privilege thing: Adding those tags as an admin works, while with other users having less privileges (editor, etc) does not.
Related Posts:
- Issues with title-tag and document_title_parts
- Show excerpt for only first post in query
- Remove External Links from WordPress posts Using add_filter() in Theme functions.php
- remove empty paragraphs from the_content?
- Remove Actions/Filters added via Anonymous Functions
- Is it ok to use a function to output the text domain name in a wordpress theme
- Set JPEG compression for specific custom image sizes
- Display random categories on the front page (Finding and Editing Theme Functions)
- Define custom Page Template without its own .php file
- Add class to menu items of one specific menu (nav_menu_css_class)
- Change admin bar to default:off
- How to influence the information displayed on widget inside wp-admin
- How to get woocommerce inventory status [closed]
- Removing default image size list in Media Box
- TinyMCE custom styles remove class when switching styles
- How to restrict actions and filters “properly” by conditions
- Filter the query ONLY for the search results page
- How to use get_template_directory_uri() to load an image that is in a sub-folder of my theme?
- opening links in new tab using – add_filter( ‘the_content’, ‘make_clickable’);
- Using add_filter() in Widgets
- Customize WordPress Media Manager – Media Window
- How to reduce original image quality on upload?
- Is it possible to use a forgot password url filter?
- Show/hide Widgets in Dashboard Based on Current Advanced Custom Fields Option
- syntax for remove_filter in parent theme with class
- Add body class of category parent
- Return only top-level navigation items from a menu using wp_get_nav_menu_items
- Organize functions.php
- How to override functions.php in child theme?
- Overriding core functions in child theme
- Wrap gutenberg block ‘div’ in other elements/extra HTML
- Convert hyphen to underscore in permalinks
- Override parent theme function that is not hooked or in the functions.php file
- Remove Page Title from Static Frontpage
- Programmatically Add Font-Awesome Icons to Category Widget
- Get password when user registers and save it sha1 into database
- Change parent theme file function in child themes functions.php
- Remove bulk actions based on user role or capabilities
- Default or Preset Content for Custom Post Types
- Add inline css to theme
- Dequeue Scripts and Style for Mobile not working?
- Override a class function to include a custom template
- How to override filter in child theme?
- Removing title from page
- Hide some items from Screen options in dashboard for products
- How to change a certain text or term of WordPress into a custom into the whole site?
- Adding body class when post contains a specific shortcode
- Displaying Widgets
- Replace Archive Widget Link Text
- Dequeue script in template isn’t working
- Exclude Empty Child Categories in Menu
- How to make unique add_filter to the_content of specific page template files – so each template gets its own addition
- Best way to programatically add “rel” attributes to page and post images
- Add external js file to footer with id
- Changing itemprop from logo to image on custom logo?
- add_filter priority problem
- Limit filter upgrader_post_install to a single plugin
- How to add background image control to page admin controls?
- How to update feed only 2-3 times a week (for Feedburner email)?
- Manipulate Output of wp_list_something: select menu instead of li’s
- Clean-up script tags
- Best Practice for Syncing Local Development With Staging Development [closed]
- How to use IF Statement in WordPress?
- Overwrite Parent Theme add_image_size in Child Theme
- Gravity Forms field entries into wp_query loop [closed]
- Post Pagination Showing Same Posts Every Page
- How to add css class to image attached in all the posts?
- Remove function or filter
- modify a function filter
- Super simple shortcode not working
- How would go about if I just want a temporary function?
- Generating rel=prev and rel=next only on wordpress categories
- How to make applyFilters function return false via functions.php
- How to call custom function from functions.php in site-wide template files?
- How to use thumbnails in gallery?
- Logic to Print/echo a css class only for 1st post and ignore all post after 1st? [closed]
- How to filter out shortcode when displaying the_excerpt() in the loop?
- Is there a way to add a class to non current menu item?
- Accepted arguments value in hook functions
- When using wp_enqueue_script(); in a theme why don’t we use add_action?
- Get current page_id before loop, in functions.php
- Which action hook to use for function?
- How to use Internationalized human_time_diff() function in Chinese?
- Adding multiple taxonomy filters to functions.php
- str_replace function in theme
- is_dynamic_sidebar always returns true while using Jetpack visibility
- How to enable template page only for a post id page
- Can’t check if a post has thumbnail adding filter to get_post_metadata()
- Adding HTML to the end of every post with the Block Editor
- Last updated date function
- Why does the ‘wp_nav_menu’ function work only until a menu is created?
- Modify a function without editing template
- Add caption functionality to custom WordPress theme
- is_customize_preview() like function to check if Customizer “Live Preview” in JavaScript
- How to set default archive image without overriding first attached image? [closed]
- Override a theme function in a child theme?
- How do I add Bootstrap and LESS to my migrated WordPress site?
- Pulling Twitter RSS feed not working as expected (fatal error)
- How to add nav menu items to a specific position within a menu
- Passing values from a widget to a function within a plugin