[ Index ] |
PHP Cross Reference of WordPress |
[Source view] [Print] [Project Stats]
Dependencies API: _WP_Dependency class
File Size: | 136 lines (3 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 0 files |
_WP_Dependency:: (3 methods):
__construct()
add_data()
set_translations()
Class: _WP_Dependency - X-Ref
Class _WP_Dependency__construct( ...$args ) X-Ref |
Setup dependencies. param: mixed ...$args Dependency information. since: 2.6.0 since: 5.3.0 Formalized the existing `...$args` parameter by adding it |
add_data( $name, $data ) X-Ref |
Add handle data. return: bool False if not scalar, true otherwise. param: string $name The data key to add. param: mixed $data The data value to add. since: 2.6.0 |
set_translations( $domain, $path = null ) X-Ref |
Sets the translation domain for this dependency. return: bool False if $domain is not a string, true otherwise. param: string $domain The translation textdomain. param: string $path Optional. The full file path to the directory containing translation files. since: 5.0.0 |
Generated: Thu Nov 21 01:00:03 2024 | Cross-referenced by PHPXref 0.7.1 |