Changeset 57046 for trunk/src/wp-includes/functions.wp-scripts.php
- Timestamp:
- 11/01/2023 03:08:10 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.wp-scripts.php
r56414 r57046 169 169 * If set to null, no version is added. 170 170 * @param array|bool $args { 171 * 172 * 173 * 174 * 175 * 171 * Optional. An array of additional script loading strategies. Default empty array. 172 * Otherwise, it may be a boolean in which case it determines whether the script is printed in the footer. Default false. 173 * 174 * @type string $strategy Optional. If provided, may be either 'defer' or 'async'. 175 * @type bool $in_footer Optional. Whether to print the script in the footer. Default 'false'. 176 176 * } 177 177 * @return bool Whether the script has been registered. True on success, false on failure. … … 356 356 * If set to null, no version is added. 357 357 * @param array|bool $args { 358 * 359 * 360 * 361 * 362 * 358 * Optional. An array of additional script loading strategies. Default empty array. 359 * Otherwise, it may be a boolean in which case it determines whether the script is printed in the footer. Default false. 360 * 361 * @type string $strategy Optional. If provided, may be either 'defer' or 'async'. 362 * @type bool $in_footer Optional. Whether to print the script in the footer. Default 'false'. 363 363 * } 364 364 */
Note: See TracChangeset
for help on using the changeset viewer.