Status
Not open for further replies.

zomer1986

New Member
1
2015
0
0
<?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?
 
1 comment
I don't understand what you are trying to do.
You just want to remove the check in the if-statement?
Then you simply have to keep <?php gp_follow_button(); ?>
 
Status
Not open for further replies.
Back
Top