Changeset 44501 for trunk/src/wp-admin/admin.php
- Timestamp:
- 01/09/2019 06:13:44 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin.php
r43571 r44501 235 235 * Used to call the registered callback for a plugin screen. 236 236 * 237 * @ignore 237 * This hook uses a dynamic hook name, `$page_hook`, which refers to a mixture of plugin 238 * page information including: 239 * 1. The page type. If the plugin page is registered as a submenu page, such as for 240 * Settings, the page type would be 'settings'. Otherwise the type is 'toplevel'. 241 * 2. A separator of '_page_'. 242 * 3. The plugin basename minus the file extension. 243 * 244 * Together, the three parts form the `$page_hook`. Citing the example above, 245 * the hook name used would be 'settings_page_pluginbasename'. 246 * 247 * @see get_plugin_page_hook() 248 * 238 249 * @since 1.5.0 239 250 */
Note: See TracChangeset
for help on using the changeset viewer.