| Current Path : /home/frekansk/.trash/wp-content/plugins/learnpress/inc/theme-support/ |
| Current File : /home/frekansk/.trash/wp-content/plugins/learnpress/inc/theme-support/class-theme-support-base.php |
<?php
class LP_Theme_Support_Base {
public function __construct() {
/*add_action( 'learn-press/before-main-content', array( $this, 'content_wrapper_start' ) );
add_action( 'learn-press/after-main-content', array( $this, 'content_wrapper_end' ) );*/
}
public function content_wrapper_start() {
}
public function content_wrapper_end() {
}
}