wp-hookdoc
Version:
An API documentation generator for your WordPress actions and filters.
190 lines (65 loc) • 2.49 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<title>WP Hookdoc: Action: admin_enqueue_scripts</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>
<body>
<div id="main">
<h1 class="page-title">Action: admin_enqueue_scripts</h1>
<section>
<header>
<h2></h2>
</header>
<article>
<div class="container-overview">
<h4 class="name" id="admin_enqueue_scripts">do_action( 'admin_enqueue_scripts', <span class="signature">$hook_suffix )</span><span class="type-signature"></span></h4>
<div class="description">
Enqueue scripts for all admin pages.
</div>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>$hook_suffix</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="description last">The current admin page.</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-since">Since:</dt>
<dd class="tag-since"><ul class="dummy"><li>2.8.0</li></ul></dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="example.php.html">example.php</a>, <a href="example.php.html#line2">line 2</a>
</li></ul></dd>
</dl>
</div>
</article>
</section>
</div>
<nav>
<h2><a href="index.html">Home</a></h2><h3>Actions</h3><ul><li><a href="admin_enqueue_scripts.html">admin_enqueue_scripts</a></li></ul><h3>Filters</h3><ul><li><a href="admin_title.html">admin_title</a></li></ul>
</nav>
<br class="clear">
<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>