[ Index ] |
PHP Cross Reference of WordPress |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 2079 lines (54 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
deprecatedProperty( propName, version, replacement ) X-Ref |
Throws an error for a deprecated property. param: {string} propName The property that was used. param: {string} version The version of WordPress that deprecated the property. param: {string} replacement The property that should have been used. since: 5.5.1 |
deprecateL10nObject( name, l10nObject, version ) X-Ref |
Deprecate all properties on an object. return: {object} The object with all its properties deprecated. param: {string} name The name of the object, i.e. commonL10n. param: {object} l10nObject The object to deprecate the properties on. param: {string} version The version of WordPress that deprecated the property. since: 5.5.1 since: 5.6.0 Added the `version` parameter. |
changeStructureTagButtonState( button ) X-Ref |
Enables or disables a structure tag button depending on its usage. If the structure is already used in the custom permalink structure, it will be disabled. param: {Object} button Button jQuery object. |
currentMenuItemHasPopup() X-Ref |
Handles the `aria-haspopup` attribute on the current menu item when it has a submenu. return: {void} since: 4.4.0 |
adjustSubmenu( $menuItem ) X-Ref |
Ensures an admin submenu is within the visual viewport. return: {void} param: {jQuery} $menuItem The parent menu item containing the submenu. since: 4.1.0 |
makeNoticesDismissible() X-Ref |
Makes notices dismissible. return: {void} since: 4.4.0 |
marryControls( topSelector, topSubmit, bottomSelector, bottomSubmit ) X-Ref |
Marries a secondary control to its primary control. return: {void} param: {jQuery} topSelector The top selector element. param: {jQuery} topSubmit The top submit element. param: {jQuery} bottomSelector The bottom selector element. param: {jQuery} bottomSubmit The bottom submit element. |
updateTopSelector() X-Ref |
Updates the primary selector when the secondary selector is changed. return: {void} since: 5.7.0 |
updateBottomSelector() X-Ref |
Updates the secondary selector when the primary selector is changed. return: {void} since: 5.7.0 |
triggerSubmitClick(e) X-Ref |
Triggers the primary submit when then secondary submit is clicked. return: {void} since: 5.7.0 |
toggleUploadButton() X-Ref |
Determines if any data is entered in any file upload input. return: {void} since: 3.5.0 |
pinMenu( event ) X-Ref |
Pins the menu while distraction-free writing is enabled. return: {void} param: {Event} event Event data. since: 4.1.0 |
resetHeights() X-Ref |
Determines the height of certain elements. return: {void} since: 4.1.0 |
unpinMenu() X-Ref |
Unpins the menu. return: {void} since: 4.1.0 |
setPinMenu() X-Ref |
Pins and unpins the menu when applicable. return: {void} since: 4.1.0 |
aria_button_if_js() X-Ref |
Add an ARIA role `button` to elements that behave like UI controls when JavaScript is on. return: {void} since: 4.5.0 |
getViewportWidth() X-Ref |
Get the viewport width. return: {number|boolean} The current viewport width or false if the since: 4.7.0 |
setMenuState() X-Ref |
Sets the admin menu collapsed/expanded state. Sets the global variable `menuState` and triggers a custom event passing the current menu state. return: {void} since: 4.7.0 |
triggerEvent() X-Ref |
No description |
fireOnce() X-Ref |
Fires the trigger event again after 200 ms. return: {void} since: 3.8.0 |
Generated: Sat Nov 23 01:00:02 2024 | Cross-referenced by PHPXref 0.7.1 |