How may Plugins Sorted?
 gnem40                
                
                     New
gnem40                
                
                     New                
            Hi,
may i sorted plugin for exaple?
Head of my Plugin:
$PluginInfo['UserWalletInterKassa'] = array( 'Name' => 'User Wallet - InterKassa', 'Description' => 'InterKassa Module', 'Version' => '1.0', 'SettingsUrl' => '/dashboard/settings/walletInterkassaConfig', 'Author' => "GNE", 'AuthorEmail' => '######', 'AuthorUrl' => ''######' );
i did make
function UserController_BeforeWalletUpdateList_Handler($Sender) {
...
}
in more one Plugins
Result sorted by "A-Z"
How mcke i sorted By Plugin Id or HeaderParams:
Sort: 1
thanks
0          
             
         
            
Comments
Not sure if this is already correctly implemented, but in theory you can add a key to the PluginInfo:
'Priority' => 42,If that's not working, you have to implement your own queue, I'd say.
@gnem40 I'd highly recommend using the code block formatting for snippets like that in the future. It makes it a lot harder to follow. I've gone and updated your post with that formatting option.