HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

How may Plugins Sorted?

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

Comments

  • charrondevcharrondev Developer Lead (PHP, JS) Montreal Vanilla Staff

    @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.


Sign In or Register to comment.