Skip to content

Commit

Permalink
Update PayPingDonate.php
Browse files Browse the repository at this point in the history
change position menu
  • Loading branch information
mahdi_sarani committed May 13, 2020
1 parent 08026e9 commit 71fcf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PayPingDonate.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
add_action('admin_menu', 'payPingDonate_AdminMenuItem');
function payPingDonate_AdminMenuItem()
{
add_menu_page( 'تنظیمات افزونه حمایت مالی - پی‌پینگ', 'حمات مالی', 'administrator', 'payPingDonate_MenuItem', 'payPingDonate_MainPageHTML', '', 6 );
add_menu_page( 'تنظیمات افزونه حمایت مالی - پی‌پینگ', 'حمایت مالی', 'administrator', 'payPingDonate_MenuItem', 'payPingDonate_MainPageHTML', 'dashicons-plus-alt' );
add_submenu_page('payPingDonate_MenuItem','نمایش حامیان مالی','نمایش حامیان مالی', 'administrator','payPingDonate_Hamian','payPingDonate_HamianHTML');
}
}
Expand Down

0 comments on commit 71fcf61

Please sign in to comment.