Uses
Uses | Description |
---|---|
wp-admin/includes/export.php: wxr_export_skip_termmeta | Filters whether to selectively skip term meta used for WXR exports. |
wp-admin/includes/export.php: wxr_cdata() | Wrap given string in XML CDATA tag. |
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. |