migrated os_ to xxp_ queries

This commit is contained in:
jorge 2024-02-22 23:36:56 +01:00
parent 2e5d004522
commit 79cd3f78ff
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
'posts_per_page' => '4',
'meta_query' => array(
array(
'key' => 'os_home_show',
'key' => 'xxp_home_show',
'value'=> '1',
)
)