Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@hivepress
Created May 23, 2022 15:14
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hivepress/0cad94fb539ccb0605f8aa6212d4d60f to your computer and use it in GitHub Desktop.
Save hivepress/0cad94fb539ccb0605f8aa6212d4d60f to your computer and use it in GitHub Desktop.
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