Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-list-table.php: disable_months_dropdown | Filters whether to remove the ‘Months’ drop-down from the post list table. |
wp-admin/includes/class-wp-list-table.php: months_dropdown_results | Filters the ‘Months’ drop-down results. |
wp-includes/l10n.php: _e() | Display translated text. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/formatting.php: zeroise() | Add leading zeros when necessary. |
wp-includes/general-template.php: selected() | Outputs the HTML selected attribute. |
wp-includes/class-wp-locale.php: WP_Locale::get_month() | Retrieve the full translated month by month number. |
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. |