Uses
Uses | Description |
---|---|
wp-admin/includes/deprecated.php: get_editable_user_ids() | Gets the IDs of any users who can edit posts. |
wp-includes/functions.php: _deprecated_function() | Mark a function as deprecated and inform when it has been used. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/wp-db.php: wpdb::get_results() | Retrieves an entire SQL result set from the database (i.e., many rows). |