wp_referer_field is a function. You cannot treat a function like a hook. That isn’t how hooks work. That is, you can’t hook into a function name. Hooks are intentionally created. (And there are no hooks built into that function)
Secondly, you can’t override a function at all, as a rule. Some few functions in WordPress are wrapped in an if(function_exists('..')) conditional. Those are the exceptions. Those can be replaced by creating a new function of the same name, but not by “hooking” into them.
There may be another way to do what you are trying to do if you were to explain the problem in more detail.
See:
Related Posts:
- Accepted arguments value in hook functions
- Which action hook to use for function?
- Modify a function without editing template
- Insert Content Before div#main from the functions.php File
- Save_post – Warning: Cannot modify header information
- How Do I Unhook This Parent Theme Function?
- Issues with title-tag and document_title_parts
- Remove Actions/Filters added via Anonymous Functions
- Define custom Page Template without its own .php file
- How to influence the information displayed on widget inside wp-admin
- Extract image from content and set it as the featured image
- How to restrict actions and filters “properly” by conditions
- Add action hook conditionally – only when home.php in use
- Using add_filter() in Widgets
- How can I tell if I’m on a login page? [duplicate]
- Convert hyphen to underscore in permalinks
- Remove Page Title from Static Frontpage
- How to hook into the quick edit action?
- WooCommerce add_action hook results in 500 error
- How to update feed only 2-3 times a week (for Feedburner email)?
- Gravity Forms field entries into wp_query loop [closed]
- How would go about if I just want a temporary function?
- Get current page_id before loop, in functions.php
- Don’t delete a page if it holds users
- How do I add Bootstrap and LESS to my migrated WordPress site?
- Passing values from a widget to a function within a plugin
- Which action does wp_update_user triggers?
- How can I get my Script to work on the Login page?
- Trigger a custom function when option are saved in admin area
- What did I do wrong in my functions code, that will not change the “Get New Password” text to “Send It”?
- Replace a menu with widget or a custom template file programmatically
- jQuery does not work
- How to edit the Tags within the image file URLs?
- Can’t properly set the_title add_filter to show short_URL
- How to add_filter html template to middle of content
- (Woocommerce) Order by price when entering specific category
- Is there a way to prevent a function/method from being called outside a specific hook?
- Call to undefined function is_home() or any conditional tags
- Possible to hook into Media Library preview File column and use a custom image?
- Adding code before post title with the_title produces weird results
- Add back in child theme what the parent theme removed with remove_action
- login_headertitle is deprecated since version 5.2.0
- Changing where my author box is printed
- Is it possible to use add_filter in an included file in the child theme’s functions.php?
- Add Adsense code between job listings – wp job manager plugin
- Replace admin header logo with an image
- Changing the text of Upload/Insert on Posts and Pages Screen
- Does hook have an effect on increasing the page load?
- What is the earliest Hook a Script can use?
- custom error message for empty username and password using authenticate filter not working
- post value to function with Ajax and jQuery
- Use action, filter, or hook to append HTML to WordPress plugin function
- Which method is more correct for removing WooCommerce Extensions menu item?
- WordPress hooks to call a function inside a construct
- previous_post_link inside of a function?
- Settings in functions.php used by a plugin
- Force resize for all video content
- add query string to all pages after user logged in
- delete_term is not working properly with add_action()
- Is there a hook that I can use when a fatal error occurs?
- Function attached to cron job not running but will run if called manually
- disable a specefic sidebar when user is log out
- Remove Actions/Filters added via Anonymous Functions
- Change meta tags programatically
- Remove bulk actions based on user role or capabilities
- Adding extra SVGs to TwentyNineteen child theme using class TwentyNineteen_SVG_Icons
- Hooking new functions to actions + passing parameters
- Adding body class when post contains a specific shortcode
- Define a function outside a class and call the function using action or filter hook
- How to filter content post only on save
- Filter or action hook to insert content on admin pages before tag
- How to get Custom Post ID by adding filter to child theme’s function
- Increment price for Woocommerce Minicart [closed]
- How to preserve edits to Name or Slug of term when using wp_update_term on save?
- Add function to every post?
- How to filter, restrict and return posts based on custom user meta information
- Run wp_kses_decode_entities on atom feed?
- Can’t filter wp_get_attachment_link
- What is the text that appears beside the page titles in the list of pages in the WP admin?
- Two functions with different arguments and add_actions, but identical code
- Auto log in hook is requiring a page refresh
- How to have different site identity logos on each page on Astra Theme [closed]
- The_content and Preg_replace in loaded Iframe [closed]
- Remove tags without a specific meta key from “choose from the most used tags”
- Action hook to control access to certain parts of my site
- Any adverse effects of adding apply_filters to a function?
- Filter for replacing the WP_query object for a given category
- apply_filters() and call_user_func() to define and call a function outside a class
- Using get_terms for custom taxonomy in functions.php
- Populate acf-field, depending on block name
- Allow user only create specific tags
- Child theme remove parent filter in functions
- Hide disclaimer from summary excerpts
- Sending Messages Back to the Template After Processing?
- Shortcode to eliminate and replace with
- Allow tags and attributes in post and pages content
- Override parent theme function that is not hooked or in the functions.php file
- Do something when user creates post (that’s pending)
- Filter to strip unnecessary attributes
- Apply function only for specific post