Conversation
supportIn hammy.php inside the plugins/hammy directory, the below line fails to include the options.php file: include_once( ‘includes/options.php’ ); Change that to: include_once( “{$hammyPath}/includes/options.php” ); You will obviously have to define $hammyPath, which you can by the following: $hammyPath = dirname( __FILE__ ); https://wordpress.org/plugins/hammy/
Hey! Thanks A LOT for the information. I’ve just updated this excelent plugin and it broke my WordPress. Thank to you i did fix my site!
Hey! Thanks A LOT for the information. I’ve just updated this excelent plugin and it broke my WordPress. Thank to you i did fix my site!