Feature Request
-
Hello,
This is actually a feature request. I have been using your plugin by modifying it a little bit.
Here’s what I am using:
$original_template = plugin_dir_path(__FILE__) . "includes/main.php"; $override_template = get_stylesheet_directory() . "/includes/main.php"; if(file_exists($override_template)){include( $override_template );} else{include( $original_template );} //require_once POP_AUTHOR_PLUGIN_DIR . 'includes/main.php';
I did this to customize the output. I don’t know what it is called. Maybe creating Custom Template or something. Many modern plugins are allowing this.
So my request to you that please add above code to your plugin so that every time the plugin gets an update we won’t have to modify the file.
Thank you.
The page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Feature Request’ is closed to new replies.