Assign

 

Homepage: Turn on this option to hide notifications on Homepage

Conditional Tags: to specify which pages to show a notification. You can use the Page’s ID, Title or Slug.

Important note:

To handle WP’s Conditional Tags, this plugin uses eval() which is very dangerous because it allows the execution of arbitrary PHP code. Therefore, please only fill this field with proper conditional tags which are validated and/or provided by trusted developers.

Example:
is_page(‘About’)
is_page(50)
is_page( array(‘About’, ‘Contact’, 50, 75) )