Ok, I’ve fixed it. Turns out that there was a php class name that was getting redeclared. Declared once in the theme, and once in the plugin.
Related Posts:
- Creating a Dynamic Path to wp-blog-header.php
- How to load wordpress environment without loading the template?
- What is the correct way to use WordPress functions outside WordPress files?
- Initialize WordPress environment to use in command line script
- Is it possible to get post metadata of referring page?
- Problem accessing wp-load.php
- Why I have this error when I try to install this old blog on my local webserver?
- WordPress function gives different results outside vs inside PHPUnit test
- How to avoid wp-load.php within a PHP/CSS file?
- How to efficiently load and use the wordpress API from outside the original structure
- Best way to load WordPress Bootstrap
- Check user logged in from outside of WP folder
- wp-load.php not working
- Why I have this error when I try to install this old blog on my local webserver?
- WP_load, shortinit for wordpress Ajax
- WordPress Nexus Theme front-end editor broken because cannot find wp-load.php [closed]
- Fetching latest posts from 2 different WP installations
- Which position is after `wp-load.php`?
- Exploiting WordPress Core Functionality for Development
- Why I have this error when I try to install this old blog on my local webserver?
- How to include wp-load.php and have all plugins load as well
- content of the page is not displaying getting empty page [closed]
- What is the very earliest action hook you can call?
- How to load WordPress on non WP page?
- When is wp_loaded initiated only with admin or only when user enters the site or both?
- What is the best way to load the WP environment in a subdomain of my multisite WordPress install?
- WP-Admin not working properly at WordPress multisite with subdirectories
- Notice: map_meta_cap was called incorrectly
- Using wordpress and codeigniter in one website
- Looking for a better way to handle an ajax script that pulls in post data on click
- update_option not working in stand-alone PHP script
- Get current user data from external PHP page
- wp_enqueue_style with style.php and WordPress functions
- Admin first hook that outputs HTML?
- there’s a way to include a minimal WP for check only the current user, its roles (caps?) and then release/free it?
- Limiting conditional comment to home only in header.php
- Using plugin functionality in external php script not working
- How do you load WordPress from an external script when using MultiSite? [duplicate]
- Call to undefined function issue
- Include user defined styles without including wp-load
- wp-load Without Loading the plugins
- How to avoid loading wp-load.php from external php scripts?
- Fatal error: Call to undefined function get_post() with ajax
- Downsize CPU & DB usage in wordpress
- Include CSS with PHP without including wp-load?
- Accessing the database from a plugin outside of action hooks
- Using WPDB to output raw XML fails because of wp-blog-header.php
- how to upload a image from frontend with wp_insert_post and also update_post_meta?
- Call to undefined function wp() in wp-blog-header.php
- How to access $menu variable in custom .PHP file that loads wp-load.php?
- how to add H1 in title site?
- getting logged in user info (wp-load.php) from parent directory
- Cron job script – loading wordpress system fails
- Load wordpress content in other domain
- Access bloginfo, get_option, and plugins_url from a non-core php file
- WP CLI can’t delete plugin related table
- Using wpdb without loading all plug-ins via wp-load.php
- What hook is the currently active theme’s functions.php file loaded on? [duplicate]
- Use wp-load() and wp_head() to render a page’s header outside of WordPress
- Load Next WordPress Posts With AJAX?
- Fatal error: Uncaught Error: Call to undefined function wp()
- include multiple wp-blog-header.php from different blogs
- How to select a specific page
- Take control of WordPress before functions.php
- wp-load.php redeclares classes
- Why does WP load so many files in the head of source code? How do I optimize it?
- How to run a function after wp() in the wp-blog-header.php file?
- How can I call wp-load.php in my plugin file
- WordPress archives in header -necessary?
- WordPress Website with Login system
- WordPress and IPN problem
- PHP mobile redirect Endless loop
- Cannot Modify Header Information – While trying logging in
- Including ‘wp-load.php’ after another include() generates an error
- How to add a custom filter (by coding) before access one wordpress page ? And where to call the custom filter?
- Hook from plugin doesn’t fire up from external PHP script
- How to load WordPress on non WP page?
- WordPress custom php script to match standard page layout
- how to define a html folder to make it work with WordPress commands
- Getting Fatal error: Uncaught Error: Call to undefined function plugin_dir_path() when linking to another file within my wordpress plugin
- Doesn’t call user information to include “wp-load.php” in an external php file
- My first web wp-blog-header.phd
- Plugin alternative to wp-blog-header.php hacks?
- my header.php page got erased when i trying to post google tag manger code , how can i retrieve it, rest of the theme is ok
- How to call WordPress PHP file using external js file
- Error establishing a database connection – after updating DNS
- How to extract some part of WordPress full source code
- Retrieve data from multiple WordPress sites using PHP script
- Rewritten URL not loading WordPress environment
- Could not find wp-load.php issue
- Get permalink of a post without using WordPress functions
- Manually cache a special, non-WP-but-using-WP page (e.g. Ajax results) with W3TC
- Get wp-load.php PATH with wp_localize_script and JavaScript for plugin
- Frontend file upload works, but I get error “Constant ABSPATH already defined”
- To call hook on a php external file
- Get Core Functionality from Within a (Secondary) Plugin File
- Blog page is not showing properly
- wordpress login blank screen [closed]
- how to use header function in wp-load.php file [closed]
- Use ajax response in PHP function