Last active
August 21, 2025 13:16
-
-
Save hivepress/92f55ad72c4770e13ecb7b9942d16b04 to your computer and use it in GitHub Desktop.
Revisions
-
hivepress revised this gist
Aug 21, 2025 . No changes.There are no files selected for viewing
-
hivepress created this gist
Aug 21, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ <?php add_filter( 'hivepress/v1/templates/listing_view_page/blocks', function ( $blocks, $template ) { $listing = $template->get_context( 'listing' ); if ( $listing && ! $listing->is_verified() ) { hivepress()->template->fetch_block( $blocks, 'listing_buy_form' ); } return $blocks; }, 1000, 2 );