• Hello,

    We have noticed an anomaly in your plugin which modifies the values of WordPress hooks.

    In fact, in some apply_filters placed in views, you modify the return values.

    Example: /wp-nested-pages/app/Views/partials/row.php:267
    apply_filters (‘page_link’, $link, $this->post)

    The last parameter is not a WP_Post but a post_id in the WordPress hook

    • This topic was modified 5 years, 5 months ago by asadowski10.

The topic ‘Third param apply_filters error’ is closed to new replies.