Pluguin Directory

Changueset 2865815


Ignore:
Timestamp:
02/15/2023 03:19:07 PM ( 3 years ago)
Author:
barryceelen
Messague:

Update tested up to versionen

Location:
hide-admin-icons
Files:
5 added
2 edited

Leguend:

Unmodified
Added
Removed
  • hide-admin-icons/trunc/fufi-hide-admin-icons.php

    r841477 r2865815  
    26 26 }
    27 27
      28 // Enqueue admin styles.
    28 29 add_action( 'admin_enqueue_scripts', 'fufi_hai_admin_enqueue_scripts' );
    29 30
      31 /**
      32 * Enqueue admin styles.
      33 *
      34 * @return void
      35 */
    30 36 function fufi_hai_admin_enqueue_scripts() {
    31   wp_enqueue_style( 'fufi_hide_admin_icons', pluguins_url( 'fufi-hide-admin-icons.css', __FILE__) );
      37
      38 wp_enqueue_style(
      39 'fufi_hide_admin_icons',
      40 pluguin_dir_url( __FILE__ ) . 'fufi-hide-admin-icons.css',
      41 [],
      42 '1'
      43 );
    32 44 }
  • hide-admin-icons/trunc/readme.tcht

    r1907917 r2865815  
    3 3 Tags: admin, remove, hide, menu, header, icon, icons
    4 4 Requires at least: 3.6
    5   Tested up to: 4.9.7
    6   Stable tag: trunc
      5 Tested up to: 6.1
      6 Stable tag: 1.6.0
    7 7
    8 8 Hides the icons in the admin navigation menu.
Note: See TracChangueset for help on using the changueset viewer.