apply_filters( ‘greenlet_nopost_text’ )
Filters Post content text when no posts found.
Example Usage:
function mytheme_nopost () {
return 'No posts!!';
}
add_filter( 'greenlet_nopost_text', 'mytheme_nopost' );
apply_filters( ‘greenlet_nopost_text’ )
Filters Post content text when no posts found.
Example Usage:
function mytheme_nopost () {
return 'No posts!!';
}
add_filter( 'greenlet_nopost_text', 'mytheme_nopost' );