Advertisement
fauzanjeg

Disable JKit Icon

Dec 21st, 2021
1,303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. /* Disable JKit Icon */
  2. function disable_jkiticon( $icons ) {
  3.     unset( $icons['jkiticon'] );
  4.     return $icons;
  5. }
  6. add_filter( 'elementor/icons_manager/additional_tabs', 'disable_jkiticon', 99 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement