- Timestamp:
- 06/26/2020 06:38:51 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugins-list-table.php
r48149 r48184 1012 1012 * @param string $plugin_file Path to the plugin file relative to the plugins directory. 1013 1013 * @param array $plugin_data An array of plugin data. 1014 * @param string $status Status of the plugin. Defaults are 'All', 'Active', 1015 * 'Inactive', 'Recently Activated', 'Upgrade', 'Must-Use', 1016 * 'Drop-ins', 'Search', 'Paused'. 1014 * @param string $status Status filter currently applied to the plugin list. Possible 1015 * values are: 'all', 'active', 'inactive', 'recently_activated', 1016 * 'upgrade', 'mustuse', 'dropins', 'search', 'paused', 1017 * 'auto-update-enabled', 'auto-update-disabled'. 1017 1018 */ 1018 1019 $plugin_meta = apply_filters( 'plugin_row_meta', $plugin_meta, $plugin_file, $plugin_data, $status ); … … 1132 1133 * @param string $plugin_file Path to the plugin file relative to the plugins directory. 1133 1134 * @param array $plugin_data An array of plugin data. 1134 * @param string $status Status of the plugin. Defaults are 'All', 'Active',1135 * 'Inactive', 'Recently Activated', 'Upgrade', 'Must-Use',1136 * ' Drop-ins', 'Search', 'Paused', 'Auto-updates Enabled',1137 * ' Auto-updates Disabled'.1135 * @param string $status Status filter currently applied to the plugin list. Possible 1136 * values are: 'all', 'active', 'inactive', 'recently_activated', 1137 * 'upgrade', 'mustuse', 'dropins', 'search', 'paused', 1138 * 'auto-update-enabled', 'auto-update-disabled'. 1138 1139 */ 1139 1140 do_action( 'after_plugin_row', $plugin_file, $plugin_data, $status ); … … 1150 1151 * @param string $plugin_file Path to the plugin file relative to the plugins directory. 1151 1152 * @param array $plugin_data An array of plugin data. 1152 * @param string $status Status of the plugin. Defaults are 'All', 'Active',1153 * 'Inactive', 'Recently Activated', 'Upgrade', 'Must-Use',1154 * ' Drop-ins', 'Search', 'Paused', 'Auto-updates Enabled',1155 * ' Auto-updates Disabled'.1153 * @param string $status Status filter currently applied to the plugin list. Possible 1154 * values are: 'all', 'active', 'inactive', 'recently_activated', 1155 * 'upgrade', 'mustuse', 'dropins', 'search', 'paused', 1156 * 'auto-update-enabled', 'auto-update-disabled'. 1156 1157 */ 1157 1158 do_action( "after_plugin_row_{$plugin_file}", $plugin_file, $plugin_data, $status );
Note: See TracChangeset
for help on using the changeset viewer.