services.php
Table of Contents
Functions
- buddyc_services_exist() : bool
- Checks whether any valid services exist.
- buddyc_adjustment_options() : mixed
- Retrieves the adjustment options for an adjustment post.
- buddyc_adjustment_options_count() : mixed
- Retrieves the number of adjustment options for an adjustment post.
Functions
buddyc_services_exist()
Checks whether any valid services exist.
buddyc_services_exist() : bool
Tags
Return values
bool —True if services exist, false if not.
buddyc_adjustment_options()
Retrieves the adjustment options for an adjustment post.
buddyc_adjustment_options(mixed $post_id) : mixed
Parameters
- $post_id : mixed
Tags
buddyc_adjustment_options_count()
Retrieves the number of adjustment options for an adjustment post.
buddyc_adjustment_options_count(mixed $post_id) : mixed
Parameters
- $post_id : mixed