WPIntell

Source evidence

Fix an error in plugin

WP Hide Post — Hide Posts, Pages, Custom Post Types, and Control Products Visibility for WooCommerce · support · 2019-12-06T09:43:00+00:00

mixedsentiment
mediumseverity
0.72relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

10 / 67 rows with source links

14.9% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

57 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Sander resolved
There is a bug in this plugin; when checking “Hide from Front Page” the post will not be shown anywhere. There is an easy fix for this; In wp-content\plugins\wp-post-hide\includes\classes\class-xswpph-init.php on line 133 change if( is_home() || function_exists( ‘is_front_page’ ) ) { to if( ( function_exists( ‘is_home’) && is_home() ) || ( function_exists( ‘is_front_page’ ) && is_front_page() ) ) { Unfortunately this plugin is no longer maintained so you’ll have to patch it yourself. Thank you for taking your time to highlight the bug. Mentioned issues has been fixed in updated version. Best Regards XfinitySoft Thank you for updating this!

Comments

2 shown
Xfinitysoft 2019-12-18T09:57:00+00:00

Thank you for taking your time to highlight the bug. Mentioned issues has been fixed in updated version. Best Regards XfinitySoft

Sander 2019-12-30T11:15:00+00:00

Thank you for updating this!