Uses
Uses | Description |
---|---|
wp-admin/includes/template.php: parent_dropdown() | Print out option HTML elements for the page parents drop-down. |
wp-includes/formatting.php: esc_html() | Escaping for HTML blocks. |
wp-includes/general-template.php: selected() | Outputs the HTML selected attribute. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
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. |