I just hit this issue as well and realised I had:
define( 'PATH_CURRENT_SITE', '' );
in one of my configs and it should’ve been:
define( 'PATH_CURRENT_SITE', "https://wordpress.stackexchange.com/" );
Related Posts:
- Upgrade 4.5.2 to 4.5.3 deleting row in wp_options table
- ‘Global’ settings page for multisite plugin
- Custom pages with plugin
- How to add field for new site-wide option on Network Settings screen?
- Contact form 7 select box different value-text than content-text in option [closed]
- Modifying a JS file with data from plugin settings
- Correct way to serialize the data of options table?
- Where should I use get_option in a plugin
- Inherit plugin settings to new site in Multisite
- Add rewrite rule to permalink structure
- Add Rewrite Rule for custom page
- How to tell if plugin has been network activated
- Is there a hook attached to general settings save?
- add_rewrite_rule, plugin activation and plugin deactivation
- How to find out if option exists but is empty?
- How should I use register_setting, add_settings_section, & add_settings_field in my plugin’s options page?
- Custom plugin settings: clicking “save changes” does not display success message
- What is the best way to output plugin result in certain url
- Duplicate settings of master blog to slave blogs in WP multi-site installation
- Environment Specific Options Token
- How do I extract the Alt Text from an image attachment upload via the WordPress Options Framework Plugin?
- Network-Wide Plugin Settings Management
- How to create a Page alias in WordPress
- flush_rewrite_rules not working on plugin deactivation, invalid URLs not showing 404
- How to fetch serialized data from wordpress options
- Add custom meta box on Post page
- Custom rewrite rule is not picked by WordPress
- Add .html extension to custom post type taxonomies
- Woocommerce different URL for every table placed in the restaurant
- Author Specific URL’s in WordPress
- Some Plugin Settings Are Kept After Removal and Reinstall of the Plugin
- Changing widget options via the functions.php when there are no hooks
- While Using Static Pages, How Can I Get /blog into the URL of Each Post?
- Does flush_rewrite_rules() remove all rules added by other plugins as well as mine?
- Add_rewrite_rule doesn’t add custom url in plugin
- Get all options saved by another plugin
- Nested CPT URLs + Posts 2 Posts
- Is it ok to call get_option without hooks?
- Enable/Disable WP options programmatically
- Custom options page checkbox will not save, despite working with text
- Settings API – input always updates over validation
- How can I rewrite a plugin generated URL?
- add function to saving change on Options Pages
- database – multiple wordpress installations using same database – can they share plugin settings?
- WordPress update plugin through Dashboard/Plugins displaying error
- How to regenerate slugs for categories and tag converting non-Latin characters?
- Change default url to plugin custom post type
- Rewrite in plugin
- Custom pages with plugin
- Plugin option for input box validation
- Options page textarea to populate custom post select field
- How to create a new database table whenever user changes options
- get_option return incorrect values
- Option page not updating multiple records in settings api
- get_option returning old value for non-admin users
- Disable default posts (Posts,Pages,Comments and Media) in wp-admin
- Add a checkbox in plugin options page and make it actually work
- Create Array from data in the OPTIONS table
- Creating custom URL for async content
- URL RewriteRule doesn’t work when using WP Database Participants in my WordPress website
- Custom shortcode with dynamic rewrite
- Is saving multiple options or saving multiple items in one option better?
- Error when renaming option
- Validating values using Settings API?
- How To Rewrite WordPress Pages URL Only?
- custom url with custom post
- How to remove post redirects
- Saving an array to get_options
- Apache rewrite rules and wordpress problem
- get Options value in “external” page
- URL Rewriting from a Plugin based on custom values
- how to protect wordpress website
- How can I process all requests for a given directory in a URL with my plugin?
- ‘all’ hook and get_option issue
- How to find an option in the database?
- homepage olderposts link showing page not found
- Building a simple “settings” plugin to change textstrings on the home page
- WP e-commerce sales-view
- My first plugin doesn’t save the data in options
- How to programmatically detect how many posts are displayed per page?
- Plugin with custom domain
- How to get the real address from a url (permalink)
- Remove base from the custom post type URL [duplicate]
- WP Job Manger change jobs url (NOT slug)
- selecting options from another form
- How can I output completely custom content with plugin while still having header, footer, sidebar etc [closed]
- Please Check this ‘.htaccess’ File
- How to access values from your own settings page in javascript?
- Neither update_option nor delete_option fires in deactivation hook
- How to rewrite URL using .htaccess in WordPress Plugin
- wp_options Table keeps growing
- move setting data from wordpress api to codestar freamwork
- Multiple plugins settings of same developer into ONE settings page linked together
- Redirect OLD/Path to NEWURL/Path
- When to store store plugin options as a single database record?
- How to fix a Wordfence scan that doesn’t finish?
- Trying to Find the PHP File/Function that Handles a Specific Form Action URL
- Unable to register rewrite rule using add_rewrite_rule
- Secure way to add JS Script to WordPress filesystem
- How to use Rewrite Tag Parameters in URL-rewritten Page’s Titles (META & H1)?