wp_plugin_template
wp_plugin_template copied to clipboard
issue in my site Vodafone template
i use this template on my Vodafone site and this plugin through an issue and it's here in this code
public function add_inner_meta_boxes($post)
{
// Render the job order metabox
include(sprintf("%s/../templates/%s_metabox.php", dirname(__FILE__), self::POST_TYPE));
}
i wish you can help me to fix it