Changeset 49927 for trunk/src/wp-includes/class-wp-oembed.php
- Timestamp:
- 01/03/2021 10:02:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-oembed.php
r49626 r49927 221 221 * @param string $name Method to call. 222 222 * @param array $arguments Arguments to pass when calling. 223 * @return mixed| boolReturn value of the callback, false otherwise.223 * @return mixed|false Return value of the callback, false otherwise. 224 224 */ 225 225 public function __call( $name, $arguments ) {
Note: See TracChangeset
for help on using the changeset viewer.