/**
  * Remove all theme actions
  *
  * @since 2.0.0
  */
 public function remove_actions()
 {
     if (is_page($this->footer_builder_id)) {
         wpex_remove_actions();
     }
 }
function wpex_landing_page_remove_actions()
{
    if (is_page_template('templates/landing-page.php')) {
        wpex_remove_actions();
    }
}