Current File : /home/n742ef5/royalanteam.com/wp-content/plugins/myhome-core/config/slugs.php
<?php

add_filter('tdf/slugs', static function () {
    return [
        'listing' => 'listing',
        'listings' => 'listings',
        'pagination' => 'pagination',
        'newest' => 'newest',
        'oldest' => 'oldest',
        'most_relevant' => 'most-relevant',
        'high_to_low' => 'high-to-low',
        'low_to_high' => 'low-to-high',
        '-from' => '-from',
        '-to' => '-to',
        'sw-lat' => 'sw-lat',
        'sw-lng' => 'sw-lng',
        'ne-lat' => 'ne-lat',
        'ne-lng' => 'ne-lng',
        'place-id' => 'place-id',
        'radius' => 'radius',
        'view' => 'view',
        'card' => 'card',
        'row' => 'row',
        'sort-by' => 'sort-by',
        'keyword' => 'keyword',
        'user' => 'user',
        'name_asc' => 'name-asc',
        'users' => 'users',
    ];
});