Hapus Menu Plugin Ongkos kirim
Updated on February 1, 2018 in Plugin Ongkos Kirim
2 on January 30, 2018

bagaimana cara menghapus menu plugin ongkos kirim pada wordpress dashboard, karena saya tidak memerlukan menu tersebut, dan memenuhi menu dashboard WordPress saya

https://s17.postimg.org/69b3nn02n/hapus.png

  • Liked by
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off
Sorry, our support is not available at this time. We will reply at the next working hour.

By using the forum you are agree with tonjoo studio license agreement

Moderator 0 on January 31, 2018

Halo pmahartanto,
bisa pakai plugin diantaranya:
1. visual admin customizer
https://wordpress.org/plugins/visual-admin-customizer/

2. admin menu editor
https://wordpress.org/plugins/admin-menu-editor/

  • Liked by
Cancel
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off
Sorry, our support is not available at this time. We will reply at the next working hour.

By using the forum you are agree with tonjoo studio license agreement

Message :
0 on February 1, 2018

Code ini mungkin bisa membantu bagi yang juga ingin menghapus menu ini…..

taruh di functions.php child theme atau plugin khusus costumisasi


// Remove WordPress dashboard menu
function remove_menus(){
remove_menu_page( ‘plugin-ongkos-kirim’ );
}
add_action( ‘admin_menu’, ‘remove_menus’ );

  • Liked by
Cancel
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off
Sorry, our support is not available at this time. We will reply at the next working hour.

By using the forum you are agree with tonjoo studio license agreement

Message :
Loading more replies
You are not logged in

Please login here or simply sign up here .