Plugin Directory

Changeset 2622262


Ignore:
Timestamp:
10/30/2021 10:12:50 AM (4 years ago)
Author:
voidcoders
Message:

Removed deprecated function uses.

Location:
void-elementor-whmcs-elements/trunk/widgets
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • void-elementor-whmcs-elements/trunk/widgets/section-domain-search.php

    r1789251 r2622262  
    4040     **/
    4141
    42     protected function _register_controls() {
     42    protected function register_controls() {
    4343       
    4444//start of a control box
     
    280280    <?php   }
    281281
    282     protected function _content_template() {      // to be in live preview edit
     282    protected function content_template() {      // to be in live preview edit
    283283   
    284284    }
  • void-elementor-whmcs-elements/trunk/widgets/section-knowledgebase.php

    r1789251 r2622262  
    3838     **/
    3939
    40     protected function _register_controls() {
     40    protected function register_controls() {
    4141       
    4242//start of a control box
     
    204204    <?php   }
    205205
    206     protected function _content_template() {      // to be in live preview edit
     206    protected function content_template() {      // to be in live preview edit
    207207   
    208208    }
  • void-elementor-whmcs-elements/trunk/widgets/section-pricing.php

    r2622234 r2622262  
    3434    }
    3535
    36     protected function _register_controls() {
     36    protected function register_controls() {
    3737       
    3838//start of a control box
     
    435435    <?php }
    436436
    437     protected function _content_template() {      // to be in live preview edit
     437    protected function content_template() {      // to be in live preview edit
    438438   
    439439    }
Note: See TracChangeset for help on using the changeset viewer.