This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| add_filter( 'all_plugins', 'prefix_add_plugin_icon' ); | |
| /** | |
| * Add a custom plugin icon to the plugins update page (introduced in WP4.9). | |
| * | |
| * @param $plugins | |
| * | |
| * @return mixed | |
| */ |