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 | |
| /* | |
| Plugin Name: Posts FE | |
| Description: Posts FE | |
| Version: 1.0 | |
| */ | |
| // Enregistrement du shortcode pour le formulaire | |
| add_shortcode('mon_formulaire', 'mon_formulaire_shortcode'); |
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
| import domReady from '@roots/sage/client/dom-ready'; | |
| +import {custom} from "@scripts/custom.js"; | |
| /** | |
| * Application entrypoint | |
| */ | |
| domReady(async () => { | |
| // application code | |
| - | |
| + //custom(); |
OlderNewer