public.php'; require_once plugin_dir_path( dirname( __FILE__ ) ) . 'public/class-woocommerce-pay-per-post-restrict-content.php'; require_once plugin_dir_path( dirname( __FILE__ ) ) . 'public/class-woocommerce-pay-per-post-shortcodes.php'; $this->loader = new Woocommerce_Pay_Per_Post_Loader(); } private function set_locale() { $plugin_i18n = new Woocommerce_Pay_Per_Post_i18n(); $this->loader->add_action( 'plugins_loaded', $plugin_i18n, 'load_plugin_textdomain' ); } }