Created
April 15, 2021 03:15
-
-
Save chikaibeneme/1638b7a278e21af97c3eb2aca9e62d86 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| add_action('admin_head', 'remove_promoter_link'); | |
| add_action('wp_head', 'remove_promoter_link'); | |
| function remove_promoter_link() { | |
| echo '<style> | |
| .promoter-admin-bar-link{ display:none } | |
| </style>'; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment