Includes
Table of Contents
Classes
- Alert
- Website footer alert.
- AlertManager
- Manages alerts.
- Archive
- A custom archive.
- ArchiveBuilder
- Fetches posts and generates new instances of the Archive class.
- ArchiveFilterForm
- Form to filter items in post archive.
- Client
- Data for a single client.
- DatabaseManager
- Interacts with custom databases.
- Directory
- Handles a single directory.
- ExtensionManager
- Manages group and profile extensions.
- File
- Single uploaded file.
- FileHandler
- Handles multiple files.
- FinalDeletionSubmission
- Final file deletion form submission.
- Form
- Form.
- FormField
- Form Field.
- FormSubmission
- Form submission.
- Freelancer
- Freelancer data for Freelancer Mode.
- Icon
- Generates plugin icons.
- ObjectHandler
- Manages objects in the database.
- Options
- Generates options for dropdown and checkbox fields.
- Pagination
- Creates pagination for front-end tables.
- ParamManager
- Handles modifications to URL params.
- Handles the generation and retrieval of PDFs.
- Popup
- Generates the popup structure.
- PostQuery
- Queries the database for post data.
- ProfileExtension
- Profile or accoutn settings extension.
- Project
- Single project.
- Scheduler
- Handles WP Cron scheduling.
- Shortcodes
- Registers plugin shortcodes.
- SinglePost
- A custom single post.
- Subnav
- Subnav content.
- Template
- Defines custom templates for single posts and archives.
- TemplateManager
- Handles custom templates for single posts and archives.
- UserFilesForm
- User files form.
- UserFilesSubmission
- Handles submission of the initial user files deletion form.
- XprofileField
- Single Xprofile field.
- XprofileManager
- Manages Xprofile fields.
Functions
- buddyc_directory() : mixed
- Initializes a new Directory from a path.
- buddyc_directory_path() : mixed
- Retrieves the full path for a Directory.
- buddyc_directory_url() : mixed
- Retrieves the full url for a Directory.
Functions
buddyc_directory()
Initializes a new Directory from a path.
buddyc_directory([string $path = '0' ]) : mixed
Parameters
- $path : string = '0'
-
The subpath of the directory to be created. Default to '0' if no path defined.
Tags
buddyc_directory_path()
Retrieves the full path for a Directory.
buddyc_directory_path([string $path = '0' ]) : mixed
Parameters
- $path : string = '0'
-
The subpath of the directory to be created. Default to '0' if no path defined.
Tags
buddyc_directory_url()
Retrieves the full url for a Directory.
buddyc_directory_url([string $path = '0' ]) : mixed
Parameters
- $path : string = '0'
-
The subpath of the directory to be created. Default to '0' if no path defined.