Skip to content

Commit

Permalink
Adding membership as enabled post type by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhogg committed Jan 14, 2025
1 parent 6ca5c1d commit eed067e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/class-llms-beaver-builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ protected function init() {
public function enable_post_types_by_default( $types ) {
$types[] = 'course';
$types[] = 'lesson';
$types[] = 'llms_membership';

return $types;
}
Expand Down

0 comments on commit eed067e

Please sign in to comment.