---
title: Script Helper Plugin for WordPress
date: 2013-08-24T21:30:32+00:00
modified: 2013-09-24T14:58:54+00:00
image:: https://kaspars.net/wp-content/uploads/2013/08/script-helper-plugin-wordpress.png
permalink: https://kaspars.net/blog/script-helper-plugin
post_type: post
author:
  name: Kaspars
  avatar: https://reverse.kaspars.net/gravatar/avatar/92bfcd3a8c3a21a033a6484d32c25a40b113ec6891f674336081513d5c98ef76?s=96&d=mm&r=g
post_tag:
  - Plugin
category:
  - WordPress
---

# Script Helper Plugin for WordPress

[Script Helper](https://github.com/kasparsd/script-helper) is a plugin that allows site owners to add inline scripts and styles into site’s header or footer from the WordPress backend. This approach should be used only for scripts and styles that can’t be enqueued using standard `<a href="http://codex.wordpress.org/Function_Reference/wp_enqueue_style">wp_enqueue_style</a>` and `<a href="http://codex.wordpress.org/Function_Reference/wp_enqueue_script">wp_enqueue_script</a>` methods.

[![Script Helper plugin for WordPress](https://kaspars.net/wp-content/uploads/2013/08/script-helper-plugin-wordpress.png?strip=all&quality=90&resize=500,477)](https://github.com/kasparsd/script-helper)Script Helper settings in WordPress backend



Script Helper adds two text areas to the bottom of **Settings → General**.