Title: How to use Plugin API/Action Reference/wp enqueue scripts
Last modified: August 21, 2016

---

# How to use Plugin API/Action Reference/wp enqueue scripts

 *  [KeonD](https://wordpress.org/support/users/keond/)
 * (@keond)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/how-to-use-plugin-apiaction-referencewp-enqueue-scripts-1/)
 * I have this code and I really don’t know what it does, where to put it or if 
   it will get rid of my problem. Will this code help the apostrophe in my site’s
   name stop turning into & #038;. Here is the code by the way: function themeslug_enqueue_style(){
   wp_enqueue_style( ‘core’, ‘style.css’, false ); } function themeslug_enqueue_script(){
   wp_enqueue_script( ‘my-js’, ‘filename.js’, false ); } add_action( ‘wp_enqueue_scripts’,‘
   themeslug_enqueue_style’ ); add_action( ‘wp_enqueue_scripts’, ‘themeslug_enqueue_script’);

Viewing 1 replies (of 1 total)

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/how-to-use-plugin-apiaction-referencewp-enqueue-scripts-1/#post-4325405)
 * Why are you creating a new thread for this issue? You’ve started three already–
 * [http://wordpress.org/support/topic/how-can-i-stop-this-happening-1?replies=3](http://wordpress.org/support/topic/how-can-i-stop-this-happening-1?replies=3)
 * [http://wordpress.org/support/topic/apostrophe-keeps-being-changed-to?replies=2](http://wordpress.org/support/topic/apostrophe-keeps-being-changed-to?replies=2)
 * [http://wordpress.org/support/topic/how-to-use-plugin-apiaction-referencewp-enqueue-scripts?replies=2](http://wordpress.org/support/topic/how-to-use-plugin-apiaction-referencewp-enqueue-scripts?replies=2)
 * Duplicate threads are closed/deleted per the forum rules.

Viewing 1 replies (of 1 total)

The topic ‘How to use Plugin API/Action Reference/wp enqueue scripts’ is closed 
to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/how-to-use-plugin-apiaction-referencewp-enqueue-scripts-1/#post-4325405)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
