Uses
Uses | Description |
---|---|
wp-includes/formatting.php: zeroise() | Add leading zeros when necessary. |
wp-includes/class-wp-locale.php: WP_Locale::get_month() | Retrieve the full translated month by month number. |
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. |