This file contains 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
{ | |
"fab fa-buromobelexperte": " B\u00fcrom\u00f6bel-Experte GmbH & Co. KG. brands", | |
"fas fa-burn": " Burn solid", | |
"fas fa-bullseye": " Bullseye solid", | |
"fas fa-bullhorn": " bullhorn solid", | |
"fas fa-building": " Building solid", | |
"far fa-building": " Building regular", | |
"fas fa-bug": " Bug solid", | |
"fab fa-btc": " BTC brands", | |
"fas fa-briefcase-medical": " Medical Briefcase solid", |
This file contains 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
<?php | |
// source: http://wordpress.stackexchange.com/questions/211703/need-a-simple-but-complete-example-of-adding-metabox-to-taxonomy | |
// original code authored by jgraup - http://wordpress.stackexchange.com/users/84219/jgraup | |
/* | |
* NOTE: | |
* We are registering the fields for a custom taxonomy, called "user-logement". | |
*/ |