You’re probably calling the function before it’s defined – why not hook into it?
Something like:
function someFunction() {
require( '/full/path/to/wp-blog-header.php' );
}
add_action('some_hook', 'someFunction');
Note: You might try the plugins_loaded
hook.
Related Posts:
- Fatal error: Call to undefined function cmsms_theme_page_layout_scheme()
- 5 PHP Fatal error: Uncaught ArgumentCountError (Cannot Find)
- Fatal error “Call to undefined function is_plugin_active” each time the plugin is activated
- is_plugin_active() not defined on active plugin, in the thumbnails.php file
- How to export comments in WordPress?
- How can I call a function from one plugin within another plugin?
- Gutenberg disallow certain custom blocks but keep all core blocks?
- Remote upload file to server B
- Publish author posts only with editor approval?
- Using functions from a plugin in your theme
- Keep one user logged for a year?
- Customizing subject in comment notification e-mails
- WP showing “warning: call_user_func_array()”, What to do?
- Declare a function before plugin does on the theme functions.php file
- Generate Advanced Custom Fields box in custom admin menu page
- WordPress error – PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata()
- How to turn off email you receive when registered?
- Removing user contact methods works from functions.php but not from a plugin
- Execute a function using ajax
- Use functionality of 2 wordpress plugins
- How can i change an image’s author?
- Set WordPress Featured Image For All Post Slugs Matching Image File Name in Specified Directory
- Showing Co-Authors on post page
- jQuery Plugin to use WordPress functions in AJAX request
- Trying to count the total number of paragraphs inside a blog article
- greatest() function returns undefined property
- Override plugin with functions.php
- The Point of Using apply_filters()
- How to get post URL in the_content filter?
- How to get subscription key or id using Woocommerce Subscriptions [closed]
- How to include code into functions.php file via a plugin
- Missing argument 3 for wp_register_sidebar_widget()
- WordPress Plugin Page is Loading in Admin Content Container Instead of Separate Page
- Shortcode button dosent work for all posts. Work for first post only
- Is there a way I can find wordpress posts that don’t contain a word?
- Prevent shortcode from being wrapped in tags
- Inserting HTML tag with ACF into shortcode
- How to Display a Plugin function (content) on frontpage using index.php
- WordPress Blank Screen Issue [closed]
- Calling plugin function inside custom plugin for onclick event
- Show function to super admin
- All sites themes functions.php have been changed
- Customize permalink wordpress category id
- Grab WordPress Salt Data From URL
- Load Javascript from Plugin in One Page Only?
- Plugin is a widget, but I want to call it in the head, can I?
- Cannot get wpdb data (Error in a simple fuction) [closed]
- How to keep variable `$post` to using in another file
- Invalid plugin installation directory, Google Analytics [closed]
- Help with WP Business Directory Manager Plugin?
- Return multiple values in a shortcode attribute
- Fatal error on some pages after cancelling WPSTAGING cloning process
- get specific value of a array | PHP
- Loading a plugin’s js file from functions.php
- Error with get_price (and others) in self-written plugin to show price
- Change Header (Logo) Based on Login
- How to access OOP plugin function inside themes or other plugin
- Different registration form for different roles
- How can i list random author?
- After a manual update, themes and plugins that were installed (and still in the directory) are not being seen
- Can you echo PHP code from a variable?
- Elementor Pro display featured image on section -> style -> image using shortcode
- How to get custom minimum price in Woocommerce
- Create a pdf from the entries in DB
- how to validate input field in wordpress generated with wpform plugin
- RSS feeds for specific topics
- add_rewrite_rule to load different page, without changing URL in browser
- Replace old theme that understand old css (vcex_icon_box css_animation)
- Overriding a function in a WordPress plugin
- The function called on the wp head hook becomes null
- Adding discount functionality to the cart
- Precheck fields when I add a new post
- Get Shortcode output to database for static post_content
- Use buddypress function outside of plugin
- How use get_plugin_updates() function?
- WPML – Hook when language is switched (change user language)
- Use action, filter, or hook to append HTML to WordPress plugin function
- Change custom rewrite rule when permalink is updated/changed
- How to disable/enable a plugin at a specific time
- Save Post Permalink In .txt File
- How To Add Code To WP Without Plugin or Functions
- How can I add a custom checkbox / radio button on the admin theme options to display a CSS or other?
- How to delete posts older than one year with post meta, post attachments and files?
- Disqus comments count taking long to update
- plugin not hooking to my custom hook
- Populate select option with JSON file
- Home page letters
- Find all strings between an enclosing shortcode
- Load wordpress enviroment for external content?
- How to structure plugin in to functions?
- Plugin won’t activate, fatal error (widget class not found)
- Trying to output a “Most visited blogs” list in wordpress multisite
- How to disable register and reset the password from WordPress admin panel?
- wordpress Search function is not working
- What is wrong with this dbDelta syntax?
- Call a function with href
- PHP Creating a formula from mysql db values and db stored math operator
- fatal erro in one line if statment in wordpress plugin [Solved]
- Make plugin admin page visible to other roles
- wp_enqueue_script doesn’t load JS in plugin