• Hi, can you tell me how to display a hook on the page of a certain product or category?

    So that it is not displayed on all products, what should I prescribe?

    function your_function_name() { ?>
    <a class="popmake-6760 pum-trigger" style="cursor: pointer;" type="submit"><span style="color: #99cc00;"><i class="far fa-clone" aria-hidden="true">Comparison table of GSM alarm modelsй</i></span></a></p>
    <?php
    }
    add_filter( 'ocean_after_single_product_meta', 'your_function_name' );

    Thanks!

    • This topic was modified 2 years, 11 months ago by gasejis984.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Hooks’ is closed to new replies.