[ solved ] Fatal error: Cannot redeclare

  • (3 votes)
  • Written by 
  • Thursday, 28 April 2023 15:34
<?php  
if ( ! function_exists ( 'yours_func' )) {
    function yours_func() {
     ...
    }
 }
?>

 

813 Read

Leave a comment

Make sure you enter all the required information, indicated by an asterisk (*). HTML code is not allowed.