We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5192dbc + 3128f11 commit 8d72087Copy full SHA for 8d72087
1 file changed
includes/functions.php
@@ -32,7 +32,8 @@ function impa_employee_connection_types() {
32
p2p_register_connection_type( array(
33
'name' => 'agents_to_listings',
34
'from' => 'employee',
35
- 'to' => 'listing'
+ 'to' => 'listing',
36
+ 'sortable' => 'any'
37
) );
38
}
39
0 commit comments