It is, but you’re doing this wrong. I’m not familiar with that plugin, but chances are it’s hooking into the wp_title hook. You should be able to a) call remove_filter() from your theme to disable the plugin’s title manipulation, and/or b) override the result returned by the plugin by plugging into the same hook (just make sure your “priority” is “higher”, i.e. your function gets called later).
Related Posts:
- dbDelta not creating tables
- How to fork a plugin?
- Where to store PHP files created by plugin / themes
- Default table collation on plugin activation?
- How to implement color picker from wordpress in my plugin?
- Nonces can be reused multiple times? Bug / Security issue?
- WordPress 4.5 deprecated get_currentuserinfo()
- Single Responsibility Principle and WP Classes
- How to control output of custom post type without modifying theme?
- How to auto-upgrade my plugin?
- How to Add a .js file Only in one specific Page Dynamically to Head
- Displaying search results in the widget itself?
- Missing “category_children” option when dynamically creating categories via a plugin
- How to exclude content (and other returned values) from WP_query()?
- Looking for callback function after Gutenberg is rendered?
- WordPress select dropdown list in widget
- How to duplicate a curl XML request using HTTP API?
- Broken markup when using the_excerpt() in a widget?
- 404 errors after plugin options update and category base change
- How to determine, from plugin script, if active theme has The Post Title
- Widget Admin – Form Submit Event?
- How to add pages to custom menus on the fly [duplicate]
- How can I add a CSS rule to edit.php?
- How do you render_callback for register_block_type to a method in another class?
- Get the password key when using the wp_new_user_notification_email filter
- add_filter : Passing an array instead of the callback function?
- WordPress security issue to output data from user input from theme option form
- How to add settings subpage from a plugin to a settings page created in theme?
- Using wp_parse_args to set up Plugin Default Settings
- how to add Jquery script to one page?
- how do you prevent showing a particular category on the admin dashboard for specific user roles?
- how query string in wordpress receive the value other than post and page [duplicate]
- Add a class to a dynamic sidebar’s wrapper
- WordPress database error for query INSERT INTO
- How to connect to AWS RDS external database (not for the core WordPress db)
- Issue regarding $wpdb->prepare()
- Checkbox Undefined index error in Plugin
- Change the look and feel of admin pages
- How to Debug: My Plugin Interferes With My Theme
- how to search users by ajax live search
- Generate JSON files for language translation from po file without wp-cli i18n make-json
- Display WordPress the_content() via data attributes
- Constraints in custom tables for plugin development – Yes or No?
- Run Shortcode of post’s custom field in functions.php / Plugin
- Settings API with arrays example
- Creating Admin Plugin – Content of a page is displayed at global scope as well
- load_plugin_textdomain doestn’t work with add_action plugins_loaded
- add_rewrite_rule behaving strangely
- Problem with context in multisite – getting main site data in every blog (get_pages())
- wp_get_post_terms Order by not working
- Naming conventions when using (PHP5) namespaces?
- Readme.txt seems to be cached but not the version
- Issue on Checkbox with Custom Option Page
- change add to cart button link [closed]
- How do I change the image from the default mysteryman in the WP Profile page
- Encoding Method for URLs?
- Store custom meta box data as serialized array
- Using Product variations as product addons
- Change author permalink to external URL
- How to get post meta in functions?
- AJAX request not routing through proxy
- Plugin access to average users not only admin
- Custom Settings Plugin Save foreach checkboxes
- Rewrite not working since upgrade to 5.9
- Why won’t this submenu page show? – My First WordPress Plugin
- wordpress full site editing problem when extending core blocks
- How to check if `comment_meta` exists before inserting the comment?
- Multiple dynamic Tax Query – pass taxonomy argument from array
- Add default custom taxonomy to plugin activation
- ACF Field value in wordpress login message filter
- ajax stopped working when not logged in wordpress
- How to revive (or take over) a plugin?
- Overriding the template files using a plugin for all themes
- Woocommerce product not appearing in category list page when created programatically [closed]
- add_meta_box does not display meta box in Admin
- Using meta_key & meta_value in add_rewrite_rule
- implementing socket.io with wordpress
- Custom Registration Form and Passwords
- Determine if the current page, is being edited
- List Table action argument not cleared
- Fullwidth slider using background image Flexslider WordPress
- Return value of $wpdb->update() query in plugin is wrong
- Acessing WP functions in form submission handler
- Plugin files not updated (cache cleared)
- How to limit the number of posts a user can view based on status
- WordPress permalink setting
- Error when trying to save custom post type settings (ERROR: options page not found)
- Developing a plugin, ran it through P3 Profiler, shows up slow, but I don’t know why
- Dynamic banner for use on external sites
- How to add additional field in a table row after creating a table?
- WordPress plugin tables become corrupt
- How to call a new php page inside a plugin page?
- How can i call from custom fields to the category editor?
- Practical Solutions to HTML5 Video on WordPress
- An adiitional function fires on my AJAX submit
- Is it possible to convert various image types from remote URLs to WebP and then serve them immediately?
- If I want to create new taxonomies (e.g. Project / Documents / Etc…) is it better to create them in the theme’s functions.php or within a plugin? [duplicate]
- How to add something after a function
- Is the only way to add taxonomy terms via an admin panel?
- Programmatically creating posts based on external JSON feed (asynchronously)