Hi,
We’ve found a bug in the ‘Requests extension’ when we want to implement this script (the code itself works fine). When the code snippet is active the ‘Request don’t get submitted and the page only reloads without any message of moderation or successful. Nothing is shown on the request page.
But when the code is disabled (and the settings/permalink is saved again) suddenly all the request get processed and shown.
—
add_filter('hivepress/v1/post_types', function($args) {
$args['listing']['rewrite']['slug']='place';
return $args;
});
—
https://hivepress.io/support/topic/best-way-of-changing-slug/#post-8296
—
Can you please find fix so we can use the code to change the listing/ name?
Regards,
Robert