wpseek.com
A WordPress-centric search engine for devs and theme authors



after_theme_row_{$stylesheet} › WordPress Action Hooks

Since3.5.0
Deprecatedn/a
do_action( "after_theme_row_{$stylesheet}", $stylesheet, $theme, $status )
Parameters: (3)
  • () stylesheet Directory name of the theme.
    Required: Yes
  • () theme Current WP_Theme object.
    Required: Yes
  • () status Status of the theme.
    Required: Yes
Defined at:
Codex:

Fires after each specific row in the Multisite themes list table.

The dynamic portion of the hook name, `$stylesheet`, refers to the directory name of the theme, most often synonymous with the template name of the theme.




Source

do_action( "after_theme_row_{$stylesheet}", $stylesheet, $theme, $status );