• Hi, I was wondering if it was possible to display these favorites in an Elementor Loop Grid.

    The documentation is here for the filtering but I can’t seem to figure it out. https://developers.elementor.com/docs/hooks/custom-query-filter/

    This is what I added to the snippets.

    get_user_favorites($user_id = null, $site_id = null, $filters = null);
    
    function user_favorites( $query ) {
    	$query->set( 'get_user_favorites' );
    }
    add_action( 'elementor/query/{$query_id}', 'user_favorites' );

    If you have any ideas, please let me know! I know I am not doing something right. Just want to know if its possible. This is a video of something similiar. https://www.youtube.com/watch?v=240n170b_Do

    • This topic was modified 1 year, 3 months ago by rynecallahan.
  • The topic ‘Elementor Loop Grid’ is closed to new replies.