Search results

  1. Z

    Remove function_exist call

    <?php if ( function_exists( 'gp_follow_button' ) ) { gp_follow_button(); } ?> This code is calling if the function_exist, but I just want it to be disabled, without the request. What do I need te remove?
Back
Top