Hello,
The plugin works perfectly.
I’ve been using it for several months on the latest version of WordPress.
It was updated two months ago.
Make sure you have the latest version, and check the template; you may have a problem with it.
Regards!
Hi,
The plugin has an innocent error…
Access via FTP or the Cpanel PHP editor and correct this line:
(file: public_html/wp-content/plugins/whp-hide-posts/inc/admin/class-post-hide-metabox.php)
“$exist = whp_plugin()->get_whp_meta( $post_id, $key, $fallabacke);“
Replace that line with this:
“$exist = whp_plugin()->get_whp_meta( $post_id, $key, $fallaback );”
The problem is the extra “e” in the $fallaback variable.
-
This reply was modified 10 months ago by tuxmerlin.