WP Residence Help WP Residence Help

  • WPRESIDENCE
  • Video Tutorials
  • Client Support
  • API
Home / Technical how to | Custom Code Required / Technical how to : widgets files / widget functions

Technical how to : widgets files / widget functions

2354 views 0

Widgets files

All the widgets are registred in wp-content\plugins\wpresidence-core\widgets.php

if( !function_exists('register_wpestate_widgets') ):

function register_wpestate_widgets() {
wpestate_widgets_init();
register_widget('Tweet_Widget');
register_widget('Facebook_Widget');
register_widget('Mortgage_widget');
register_widget('Contact_widget');
register_widget('Social_widget');
register_widget('Featured_widget');
register_widget('Footer_latest_widget');
register_widget('Advanced_Search_widget');
register_widget('Zillow_Estimate_Widget');
register_widget('Login_widget');
register_widget('Social_widget_top');
register_widget('Featured_Agent');
register_widget('Multiple_currency_widget');
}

Each widget is in a separate file (in wp-content\plugins\wpresidence-core\/widgets folder) included like this

require('widgets/twiter.php');

The name of the files are self-explanatory.

Technical how to | Custom Code Required

Related Articles

  • Technical: Change the Schedule Tour Email Text and the Form Default Message
  • Property list filter customization
  • Technical – How to Change the Minimum Image Dimensions for Property Uploads in WPResidence
  • Introduction to WPResidence Header Customization

Help Categories

  • 18Agent, Agency & Developers
  • 5Blog Posts & Blog Lists
  • 38Elementor Shortcodes Built-In
  • 45FAQ
  • 15Footer
  • 5Getting Started
  • 37Header
  • 2IDX & MLSImport
  • 6Installation & Setup
  • 23Installation FAQ
  • 23Maps & Location Settings
  • 21Multi-Language - Third Party Plugins
  • 6Other Third party Plugins
  • 20Pages
  • 4Payments & Monetization
  • 20Property Lists, Categories & Archive
  • 37Property Pages & Layouts
  • 31Search & Filtering
  • 162Technical how to | Custom Code Required
  • 8Technical: Actions and filters
  • 6Technical: Child Theme
  • 86Theme Options & Global Settings
  • 7Translations & Languages
  • 16WPBakery Shortcodes
  • 50WPEstate / WPResidence Translate Plugin
  • 51WPResidence / WPEstate CRM
  • 50WPResidence 5.0 Documentation
  • 8WPResidence Elementor Studio

Join Us On

Powered by WP Estate - All Rights Reserved
  • WPRESIDENCE
  • Video Tutorials
  • Client Support
  • API