• Resolved gameconcierge

    (@gameconcierge)


    Hi @deb255,

    Firstly thank you very much for the plugin.

    I want to deactivate the plugin only on post no 5014.

    Could you help me adding the right code to the right place?

    I tried the following on line 204 of ihaf.php, but it didn’t work…
    global $post;
    if( 5014 == $post->ID ) return ;

    Thank you

Viewing 1 replies (of 1 total)
  • You can use one of the three boolean filters: disable_ihaf, disable_ihaf_header, disable_ihaf_footer which are available in the latest version of the plugin (1.4.3) onwards

Viewing 1 replies (of 1 total)
  • The topic ‘Exclude the plugin in some posts’ is closed to new replies.