Hi,
Based on the README.md.
I tried this:
'location' => array(
array(
array(
'param' => 'is_page_for_custom_post_type',
'operator' => '==',
'value' => Recettes::NAME,
),
),
),
But it didn't work.
I asked Claude and it says I need to use:
'location' => array(
array(
array(
'param' => 'page_type',
'operator' => '==',
'value' => Recettes::NAME . '_page',
),
),
),
Which doesn't appear to be documented.
Hi,
Based on the README.md.
I tried this:
But it didn't work.
I asked Claude and it says I need to use:
Which doesn't appear to be documented.