Skip to content

Instantly share code, notes, and snippets.

@hivepress
Created May 23, 2022 15:14
Embed
What would you like to do?
Enable the Select Category page (deprecated) in the Add Listing process #hivepress #listings
<?php
add_filter(
'hivepress/v1/templates/listing_submit_category_page',
function( $template ) {
return $template;
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment