You appear to be a bot. Output may be restricted
Description
Implement 'after_plugin_row_$plugin_file' for a Git repo
Usage
bw_gitrepo_after_plugin_row( $file, $plugin_data );
Parameters
- $file
- ( string ) required –
- $plugin_data
- ( array ) required –
Returns
voidSource
File name: oik/admin/oik-admin.phpLines:
1 to 4 of 4
function bw_gitrepo_after_plugin_row( $file, $plugin_data ) { $r = null; bw_gitrepo_plugin( $plugin_data, $r ); }View on GitHub View on Trac