File: bp-search/classes/class-bp-search-albums.php |
Description |
---|---|
Bp_Search_Albums |
BuddyPress Global Search – search albums class |
Bp_Search_Albums::instance() |
Insures that only one instance of Class exists in memory at any one time. Also prevents needing to define globals all over the place. |
Bp_Search_Albums::__construct() |
A dummy constructor to prevent this class from being loaded more than once. |
Bp_Search_Albums::sql() |
Prepare SQL query for albums search. |
Bp_Search_Albums::generate_html() |
Generare Html for albums search |