plugin_row_meta

plugin_row_meta

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('plugin_row_meta') is found 1 times:

  • /wp-admin/includes/class-wp-plugins-list-table.php line 1259
    1255
    1256
    1257
    1258
    1259
    1260
    1261
    1262
    1263
    1264
    1265
    *                              values are: 'all', 'active', 'inactive', 'recently_activated',
     *                              'upgrade', 'mustuse', 'dropins', 'search', 'paused',
     *                              'auto-update-enabled', 'auto-update-disabled'.
     */
    $plugin_meta = apply_filters( 'plugin_row_meta', $plugin_meta, $plugin_file, $plugin_data, $status );
     
    echo implode( ' | ', $plugin_meta );
     
    echo '</div>';
     
    if ( $has_dependents ) {

See this hook used in plugins: