after_plugin_row, $plugin_file, $plugin_data, $status
after_plugin_row, $plugin_file, $plugin_data, $status
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('after_plugin_row, $plugin_file, $plugin_data, $status') is found 1 times:
- /wp-admin/includes/class-wp-plugins-list-table.php line 1508
* Possible values are: 'all', 'active', 'inactive', * 'recently_activated', 'upgrade', 'mustuse', 'dropins', * 'search', 'paused', 'auto-update-enabled', 'auto-update-disabled'. */ do_action( 'after_plugin_row', $plugin_file, $plugin_data, $status ); /** * Fires after each specific row in the Plugins list table. * * The dynamic portion of the hook name, `$plugin_file`, refers to the path * to the plugin file, relative to the plugins directory.