Buh with hardcoded path
-
line 54 yumprint-recipe.php
get_option('siteurl') . '/wp-content/plugins/' . dirname(plugin_basename(__FILE__));
should be
$yumprint_directory = plugins_url( '' , __FILE__ );
Plugin don’t work with moved wp-contedt dir
- The topic ‘Buh with hardcoded path’ is closed to new replies.