• Resolved collossi

    (@collossi)


    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

    • This topic was modified 7 years, 6 months ago by collossi.
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.