after_plugin_row_$plugin_file

after_plugin_row_$plugin_file

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('after_plugin_row_$plugin_file') is found 1 times:

  • /wp-admin/includes/class-wp-plugins-list-table.php line 1507
    		 *                            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_file, $plugin_data, $status );
    	}
    
    	/**
    	 * Gets the name of the primary column for this specific list table.
    	 *
    	 * @since 4.3.0