Skip to content

Instantly share code, notes, and snippets.

View naomiaro's full-sized avatar
👩‍💻
Working from home

Naomi naomiaro

👩‍💻
Working from home
View GitHub Profile
@naomiaro
naomiaro / wp_jquery.php
Created January 23, 2021 10:07
wp_enqueue_script example
wp_enqueue_script( $this->plugin_name, plugin_dir_url( __FILE__ ) . 'js/my-script.js', array( 'jquery' ), $this->version, false );