Reply To: shortcode variables – exclude term

#11923
sank
sank
Participant

hi,
is there a way to set the new code to exclude certain posts by ID instead of keyword?
example:

$exceptions = array(
// Example: ‘[post ID]’ => array(‘[post ID]’),
‘9798’ => array(‘281’),
‘10422’ => array(‘5467’),
);