Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter madeirakate

    (@madeirakate)

    Excellent! That worked – thank you so much for your help.

    Thread Starter madeirakate

    (@madeirakate)

    Thanks. Have tried that in Code Snippet and it still doesn’t work… Tearing my hair out over this!

    Thread Starter madeirakate

    (@madeirakate)

    Thanks for your response. I have tried all the various codes found in this article and others. None of them work for me. I have tried removing all codes and just removing a single code but no luck…

    // Hide subscribe box on all event pages/views.
    add_filter( ‘tec_views_v2_subscribe_links’,
    function( $subscribe_links ) {
    // When passed an empty array, the template will bail and not display.
    return [];
    },
    100
    );

    OR

    add_filter( ‘tec_views_v2_subscribe_links_gcal_single_url’, ‘__return_false’, 10 );

    I am editing the functions.php file in the WP Magazine Plus theme – should I be looking elsewhere?

    Kate

Viewing 3 replies - 1 through 3 (of 3 total)