Fix plugin for WP 5.2
5.2 introduced the $post
argument to get_the_content()
, and in so doing, stopped relying on some of the global variables that this plugin manipulates. A new approach is required to restore the view-all feature in 5.2.
5.2 introduced the $post
argument to get_the_content()
, and in so doing, stopped relying on some of the global variables that this plugin manipulates. A new approach is required to restore the view-all feature in 5.2.