Uses
Uses | Description |
---|---|
wp-includes/functions.php: wp_json_encode() | Encode a variable into JSON, with some sanity checks. |
wp-admin/includes/class-wp-list-table.php: WP_List_Table::display_rows() | Generates the table rows. |
wp-admin/includes/class-wp-list-table.php: WP_List_Table::display_rows_or_placeholder() | Generates the tbody element for the list table. |
wp-admin/includes/class-wp-list-table.php: WP_List_Table::prepare_items() | Prepares the list of items for displaying. |
wp-includes/l10n.php: _n() | Translates and retrieves the singular or plural form based on the supplied number. |
wp-includes/functions.php: number_format_i18n() | Convert float number to format based on the locale. |