Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-ms-themes-list-table.php: WP_MS_Themes_List_Table::single_row_columns() | Handles the output for a single table row. |
wp-admin/includes/class-wp-ms-themes-list-table.php: after_theme_row | Fires after each row in the Multisite themes list table. |
wp-admin/includes/class-wp-ms-themes-list-table.php: after_theme_row_{$stylesheet} | Fires after each specific row in the Multisite themes list table. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/plugin.php: remove_action() | Removes a function from a specified action hook. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |