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
| <?php | |
| /** | |
| * Altera detalhes nos forms de checkout | |
| * | |
| * Lista de campos disponível em: | |
| * https://docs.woocommerce.com/document/tutorial-customising-checkout-fields-using-actions-and-filters/ | |
| */ | |
| function my_shipping_fields($fields){ | |
| $fields['shipping']['shipping_address_2']['label_class'] = "visible"; //form de entrega |
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
| <!DOCTYPE html> | |
| <html lang="pt-br"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
| <title>{{title}}</title> | |
| <meta name="description" content=""> | |
| <meta name="author" content=""> | |
| <link rel="icon" href="favicon.ico"> | |
| <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"> |
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
| [ | |
| { "keys": ["ctrl+shift+d"], "command": "find_under_expand" }, | |
| { "keys": ["ctrl+shift+k", "ctrl+shift+d"], "command": "find_under_expand_skip" }, | |
| { "keys": ["ctrl+d"], "command": "duplicate_line" }, | |
| { "keys": ["ctrl+shift+l"], "command": "sublime_linter_lint" }, | |
| { "keys": ["ctrl+k", "ctrl+k"], "command": "sublime_linter_toggle_highlights" }, | |
| ] |
NewerOlder