You appear to be a bot. Output may be restricted
Description
Echo filterable content when there are no posts to show.
The applied filter is `genesis_noposts_text`.
Usage
genesis_do_noposts();
Parameters
Returns
void
Source
File name: genesis/lib/structure/post.php
Lines:
1 to 6 of 6
function genesis_do_noposts() { // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Text Produced by a third party printf( '<div class="entry"><p>%s</p></div>', apply_filters( 'genesis_noposts_text', __( 'Sorry, no content matched your criteria.', 'genesis' ) ) ); }