after_theme_row WordPress Action Hook
The after_theme_row hook is called after the last row of theme data has been output, but before any closing markup. This hook is generally used to add extra data to the theme, such as links to resources or credits.
do_action( 'after_theme_row', string $stylesheet , WP_Theme $theme , string $status ) #
Fires after each row in the Multisite themes list table.
Parameters
Source
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |