Changeset 2622262
- Timestamp:
- 10/30/2021 10:12:50 AM (4 years ago)
- Location:
- void-elementor-whmcs-elements/trunk/widgets
- Files:
-
- 3 edited
-
section-domain-search.php (modified) (2 diffs)
-
section-knowledgebase.php (modified) (2 diffs)
-
section-pricing.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
void-elementor-whmcs-elements/trunk/widgets/section-domain-search.php
r1789251 r2622262 40 40 **/ 41 41 42 protected function _register_controls() {42 protected function register_controls() { 43 43 44 44 //start of a control box … … 280 280 <?php } 281 281 282 protected function _content_template() { // to be in live preview edit282 protected function content_template() { // to be in live preview edit 283 283 284 284 } -
void-elementor-whmcs-elements/trunk/widgets/section-knowledgebase.php
r1789251 r2622262 38 38 **/ 39 39 40 protected function _register_controls() {40 protected function register_controls() { 41 41 42 42 //start of a control box … … 204 204 <?php } 205 205 206 protected function _content_template() { // to be in live preview edit206 protected function content_template() { // to be in live preview edit 207 207 208 208 } -
void-elementor-whmcs-elements/trunk/widgets/section-pricing.php
r2622234 r2622262 34 34 } 35 35 36 protected function _register_controls() {36 protected function register_controls() { 37 37 38 38 //start of a control box … … 435 435 <?php } 436 436 437 protected function _content_template() { // to be in live preview edit437 protected function content_template() { // to be in live preview edit 438 438 439 439 }
Note: See TracChangeset
for help on using the changeset viewer.