UNPKG

wp-hookdoc

Version:

An API documentation generator for your WordPress actions and filters.

235 lines (84 loc) 3.06 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>WP Hookdoc: Filter: admin_title</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">Filter: admin_title</h1> <section> <header> <h2></h2> </header> <article> <div class="container-overview"> <h4 class="name" id="admin_title">apply_filters( 'admin_title', <span class="signature">$admin_title, $title )</span><span class="type-signature"> &rarr; {string}</span></h4> <div class="description"> Filters the title tag content for an admin page. </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>$admin_title</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last">The page title, with extra context added.</td> </tr> <tr> <td class="name"><code>$title</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last">The original page title.</td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-since">Since:</dt> <dd class="tag-since"><ul class="dummy"><li>3.1.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#line11">line 11</a> </li></ul></dd> </dl> <h5>Returns:</h5> <div class="param-desc"> The title </div> <dl> <dt> Type </dt> <dd> <span class="param-type">string</span> </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>