Skip to content

Instantly share code, notes, and snippets.

@gvgvgvijayan
Created January 9, 2021 09:34
Show Gist options
  • Save gvgvgvijayan/637e8fc9c2eb75d9c274c3f0ff3d7bef to your computer and use it in GitHub Desktop.
Save gvgvgvijayan/637e8fc9c2eb75d9c274c3f0ff3d7bef to your computer and use it in GitHub Desktop.
<?php
...
/**
* Display text for when there are no items.
*/
public function no_items() {
esc_html_e( 'No posts found.', 'admin-table-tut' );
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment