Problems with filter functions for links
-
Hi, i needed to change permalinks and I found some errors.
The function “apply_filters” was used wrong. The function has only 2 parameters and in code have 3.
Example:
File: elementor/core/base/document.php in line 526$url = apply_filters( 'elementor/document/urls/preview', $url, $this );Change to
$url = apply_filters( 'elementor/document/urls/preview', $url );The same problem in:
get_exit_to_dashboard_url
get_wp_preview_url
get_preview_url
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Problems with filter functions for links’ is closed to new replies.