No, that should be enough.
- Elementor sets its base URL
ELEMENTOR_URLfromplugins_url plugins_urluses WP_PLUGIN_URL which is set in default-constants.php- WP_PLUGIN_URL is constructed from WP_CONTENT_URL which is constructed from
get_option('siteurl') - there’s a default
options_siteurlfilter called_config_wp_siteurlthat overrides the value fetched from the database with WP_SITEURL if set.
So assuming you don’t have WP_PLUGIN_URL defined and that this isn’t a multisite, there’s nothing else you need to configure, no. I’d start by checking the value of WP_PLUGIN_URL that’s being generated by default-constants.php, or if you have any plugins_url filters defined somewhere.
Related Posts:
- Best way to include wp-config.php
- What security concerns should I have when setting FS_METHOD to “direct” in wp-config?
- What could a hacker do with my wp-config.php
- Content generator for development site [closed]
- WP Config for FTP credentials
- Some way to Flush or Overwrite all Imported Content in a Site for a Fresh Import – How?
- Bad Request (Invalid Hostname) on working server, database problem
- Some plugins adding full server path after url (with custom wp-content folder)
- Is there a way to share content amongst wordpress sites
- register_theme_directory somehow “fails” when folder is outside of WP-Folder
- htaccess and wordpress config files are regularly over written
- Capitalize All Titles and Headlines in Chicago Style
- Can you limit the memory usage of a particular plugin?
- Single Must Use Plugins Directory for local development
- Enable Full SSL for WordPress
- Next and/or previous post content
- Can we use a webservice with WordPress?
- Collapse content [closed]
- Can I use a plugin for a singular page on my website?
- How to change constants in WordPress wp-config.php programmatically?
- Enabling WP_USE_EXT_MYSQL to support old plugin
- DOMAIN_CURRENT_SITE constant being regularly overridden [closed]
- Front end inline editing?
- Redirect to another page using contact form 7? [closed]
- Use wp-config.php constants in all files of plugin
- Can WordPress Drop-ins be given their own directory?
- Insert Message before content of after title
- Add Content to Content()
- Editing wp-config.php
- Timed content and flagging content as viewed by user?
- Why are my WordPress store items showing up in duplicates?
- plugin wraps the entire content
- Disable globally “Crop thumbnail to exact dimensions (normally thumbnails are proportional)” with Multisite
- What is the purpose of WP_CONTENT_URL?
- WordPress failing to update plugins
- Get post content from outside the loop with plugin shortcode usability
- How to request admin-ajax.php correctly when wordpress URL and site URL are different?
- Is there a way to keep youtube videos from displaying on home page, and display only on single posts?
- Filtered content appears in the excerpt
- Is there existing plugins to “Click-to-Launch” embedded Flash / SWF content?
- Plugin for visitors to edit content without logging in? [closed]
- Restrict posts to customers with complete WooCommerce orders only
- Multisite – Cloning CPT pages + content (including ACF Flexible Content) from site to site
- How to get database connection details without longing to cpanel in WordPress?
- Displaying different content depending on variable
- How can I add a custom Javascript snippet to display my feedback in footer?
- Tool to highlight text in WordPress page and provide additional text on hover
- How can I change page content for good once a button is pressed?
- WordPress wp get_temp_dir return non exiting folder, thus failing plugin & themes update
- Content disappears when searching with Search & Filter plugin
- How is it possible to create Multi part sections where people can answer or comment or vote on various parts of a page’s content as given example?
- Copying content from my other websites
- Building a Article Library within WP?
- custom template only for content
- How to hook into search results template or query?
- How to create custom content on custom page from plugin?
- Carrying information from button click into form [closed]
- Contents are missing but shown when switching to another theme in wordpress
- Get content or excerpt of top rated votes @GD-Star Rating? [closed]
- is ther a plugin that will hide/show content for a scheduled period of time? [closed]
- Add a filter to a different custom plugin
- What is the correct method for updating post content from a plugin?
- Single dash converted to double dash
- Creating a custom page & output on a Plugin
- Using wp config to connect to a DB from a plugin
- No plugin updates after moving wp-config.php above root map
- My page content doesn’t show up
- Distribute post content through several divs [closed]
- Shortcode returning specific content of a post
- Change page content based on dropdown selection
- Auto-scroll to beginning of accordion item
- How to create multiple database tables on plugin activation?
- Creating Featured Content Boxes
- Is it possible to remove subscription box from Jetpack stats page? [closed]
- How to display terms and conditions in post area?
- REST API can’t get the response manually
- Moving FB comments at the end of page
- Use Plugin Whenever One Exists?
- How to make a textarea accept javascript in my settings apge?
- Get data from wp_posts of mysql in to variables of wordpress-php script
- Change url of posts with keywords
- WordPress plugin won’t create custom tables
- Trying to use shortcode for a plugin on custom homepage of Responsive theme
- How to enqueue some javascript source once per page
- Display Author name PHP (Selfmade Plug-IN)
- wordpress plugin add page when activate
- Validating ajax search
- Add a WooCommerce Product Variant with attributes programmatically
- Plugin Version List not Shown
- Scheduled emails to include only posts and calendar events for the upcoming week
- worldpay class not working with namespace in WordPress
- How to change meta data(title, description) for current post?
- To Store value in variable via text box
- WP Super Large Menu Problem
- How to make plugin work in each template in wordpress
- Expanding / Collapsing Modules in WordPress Panel
- Strange Search Query Appearing on Google Index – “/?q=Save+Us+From+Berlusconi”
- How put a file when the email is sent to user contact form 7
- YOAST slug does not take the custom permalink I have made
- How to register a template in [NEW] WordPress site editor through a plugin