Skip to content

Instantly share code, notes, and snippets.

<?php
/*
Plugin Name: Posts FE
Description: Posts FE
Version: 1.0
*/
// Enregistrement du shortcode pour le formulaire
add_shortcode('mon_formulaire', 'mon_formulaire_shortcode');
@ahmedch1
ahmedch1 / ap.js
Created June 15, 2024 06:29
Call js function in app js (Sage wordpress)
import domReady from '@roots/sage/client/dom-ready';
+import {custom} from "@scripts/custom.js";
/**
* Application entrypoint
*/
domReady(async () => {
// application code
-
+ //custom();