WP_Links_List_Table::no_items() WordPress Method
If no links are found, this method is used to display a message that no links were found.
WP_Links_List_Table::no_items() #
Source
File: wp-admin/includes/class-wp-links-list-table.php
public function no_items() { _e( 'No links found.' ); }
Expand full source codeCollapse full source codeView on TracView on GitHub