Uses
Uses | Description |
---|---|
wp-includes/functions.php: wp_get_upload_dir() | Retrieves uploads directory information. |
wp-includes/media.php: attachment_url_to_postid | Filters an attachment ID found by URL. |
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). |
wp-includes/wp-db.php: wpdb::prepare() | Prepares a SQL query for safe execution. |