plugin_action_links_{$plugin_file}, $actions, $plugin_file, $plugin_data, $context
plugin_action_links_{$plugin_file}, $actions, $plugin_file, $plugin_data, $context
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('plugin_action_links_{$plugin_file}, $actions, $plugin_file, $plugin_data, $context') is found 1 times:
- /wp-admin/includes/class-wp-plugins-list-table.php line 1097
* @param string $context The plugin context. By default this can include 'all', * 'active', 'inactive', 'recently_activated', 'upgrade', * 'mustuse', 'dropins', and 'search'. */ $actions = apply_filters( "plugin_action_links_{$plugin_file}", $actions, $plugin_file, $plugin_data, $context ); } $class = $is_active ? 'active' : 'inactive'; $checkbox_id = 'checkbox_' . md5( $plugin_file ); $disabled = '';