Right-click your bookmarks bar and choose Add Page (Chrome) or New Bookmarklet (Firefox).
In Name, put this:
Pin It
In URL, put this:
| body { | |
| --icon-size: 18px; | |
| --icon-gap: 8px; | |
| --title-padding-left: calc(var(--icon-size) + var(--icon-gap)); | |
| } | |
| .tree-item-self.nav-folder-title { | |
| padding-inline-start: 12px; | |
| } |
| /* Esse código permite que através do options page | |
| seja possível fazer um update nos campos padrão do WordPress */ | |
| function update_site_info_from_options_page() { | |
| // Obter o array dos metafields do JetEngine | |
| $options = get_option('site-config'); | |
| // Definir os nomes dos metafields |