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

$stylesheet

(string)Directory name of the theme.

$theme

(WP_Theme)Current WP_Theme object.

$status

(string)Status of the theme.


Top ↑

Source

File: wp-admin/includes/class-wp-ms-themes-list-table.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.1.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.