Changeset 57196 for trunk/src/wp-includes/deprecated.php
- Timestamp:
- 12/18/2023 01:51:20 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r56932 r57196 58 58 * @since 1.0.1 59 59 * @deprecated 1.5.0 60 * 61 * @global WP_Query $wp_query WordPress Query object. 60 62 */ 61 63 function start_wp() { … … 2218 2220 * @see delete_user_meta() 2219 2221 * 2222 * @global wpdb $wpdb WordPress database abstraction object. 2223 * 2220 2224 * @param int $user_id User ID. 2221 2225 * @param string $meta_key Metadata key. … … 2264 2268 * @deprecated 3.0.0 Use get_user_meta() 2265 2269 * @see get_user_meta() 2270 * 2271 * @global wpdb $wpdb WordPress database abstraction object. 2266 2272 * 2267 2273 * @param int $user_id User ID … … 2316 2322 * @deprecated 3.0.0 Use update_user_meta() 2317 2323 * @see update_user_meta() 2324 * 2325 * @global wpdb $wpdb WordPress database abstraction object. 2318 2326 * 2319 2327 * @param int $user_id User ID … … 2753 2761 * @since 2.8.0 2754 2762 * @deprecated 3.3.0 2763 * 2764 * @global WP_Post $post Global post object. 2755 2765 * 2756 2766 * @param string $title Optional. Link title format. Default '%title'. … … 4063 4073 * Please consider writing more inclusive code. 4064 4074 * 4065 * @global array $allowed_options4066 *4067 4075 * @param array $new_options 4068 4076 * @param string|array $options … … 4081 4089 * @deprecated 5.5.0 Use remove_allowed_options() instead. 4082 4090 * Please consider writing more inclusive code. 4083 *4084 * @global array $allowed_options4085 4091 * 4086 4092 * @param array $del_options
Note: See TracChangeset
for help on using the changeset viewer.