A_Z_Listing::get_the_letter_id()
Retrieve the ID of the current letter. This is not escaped!
Advertisements
Description
Return
(string) The letter ID
Source
File: classes/class-a-z-listing.php
public function get_the_letter_id() { return 'letter-' . self::$alphabet[ $this->available_indices[ $this->current_letter_index - 1 ] ]; }
Changelog
Version | Description |
---|---|
0.7 | Introduced. |
More Information
You are currently logged out. To view tickets you must first login.
Advertisements