Skip to content

Commit 442999a

Browse files
committed
Removing commented code.
1 parent 550e49a commit 442999a

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

includes/class-llms-bricks.php

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -24,33 +24,6 @@ protected function init() {
2424
add_action( 'init', array( $this, 'register_elements' ), 11 );
2525
add_action( 'init', array( $this, 'add_builder_css' ), 11 );
2626
add_filter( 'bricks/builder/i18n', array( $this, 'i18n' ) );
27-
28-
// Prevent uneditable llms post types from being enabled for page building.
29-
// add_filter( 'fl_builder_admin_settings_post_types', array( $this, 'remove_uneditable_post_types' ) );
30-
//
31-
// Add migrateable post types to the builder by default.
32-
// add_filter( 'fl_builder_post_types', array( $this, 'enable_post_types_by_default' ) );
33-
34-
// add_action( 'wp', array( $this, 'load_modules' ), 1 );
35-
// add_action( 'init', array( $this, 'load_templates' ) );
36-
//
37-
// add_filter( 'fl_builder_register_module', array( $this, 'register_module' ), 10, 2 );
38-
//
39-
// add_filter( 'llms_page_restricted', array( $this, 'mod_page_restrictions' ), 999, 2 );
40-
//
41-
// add_filter( 'fl_builder_register_settings_form', array( $this, 'add_visibility_settings' ), 999, 2 );
42-
//
43-
// add_filter( 'fl_builder_is_node_visible', array( $this, 'is_node_visible' ), 10, 2 );
44-
//
45-
// Hide editors when builder is enabled for a post.
46-
// add_filter( 'llms_metabox_fields_lifterlms_course_options', array( $this, 'mod_metabox_fields' ) );
47-
// add_filter( 'llms_metabox_fields_lifterlms_membership', array( $this, 'mod_metabox_fields' ) );
48-
//
49-
// add_filter( 'fl_builder_upgrade_url', array( $this, 'upgrade_url' ) );
50-
//
51-
// LifterLMS Private Areas.
52-
// add_action( 'llms_pa_before_do_area_content', array( $this, 'llms_pa_before_content' ) );
53-
// add_action( 'llms_pa_after_do_area_content', array( $this, 'llms_pa_after_content' ) );
5427
}
5528

5629
public function register_elements() {

0 commit comments

Comments
 (0)