*/ class Wpstream_Activator { /** * Short Description. (use period) * * Long Description. * * @since 3.0.1 */ public static function activate() { require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/class-wpstream_product.php'; $plugin_post_types = new Wpstream_Product(); $plugin_post_types->create_custom_post_type(); flush_rewrite_rules(); // } }