Important Note: The contents of this document applies ONLY to version 5.x.x of Simple:Press. It likely does NOT apply to version 6.x.x (our latest version).
Welcome to the Simple:Press API Functions Codex, a repository for Simple:Press information and documentation on our available functions.
API Functions are used within your Simple:Press theme or plugin to customize and tailor the functionality of your Simple:Press forum. The API functions differ from Template Tags in that template tags are used to output Forum display elements and the API function are used to access or control the inner workings (ie access control) of Simple:Press. Generally speaking (some of the Common category differ), the API functions will not output anything.
Below is a categoreized list of the general user API Functions available in Simple:Press.
Auths
These functions can be found in: simple-press/sp-api/sp-api-auths.php
Permalinks
These functions can be found in: simple-press/sp-api/sp-api-permalinks.php
Database
These functions can be found in: simple-press/sp-api/sp-api-wpdb.php
Users
These functions can be found in: simple-press/sp-api/sp-api-users.php
Profile
These functions can be found in: simple-press/sp-api/sp-api-profile.php
Filters
These functions can be found in: simple-press/sp-api/sp-api-filters.php
- sp_filter_content_save
- sp_filter_text_save
- sp_filter_title_save
- sp_filter_name_save
- sp_filter_email_save
- sp_filter_url_save
- sp_filter_filename_save
- sp_filter_save_codetags1
- sp_filter_save_codetags2
- sp_filter_save_kses
- sp_filter_save_linebreaks
- sp_filter_save_pre
- sp_filter_save_quotes
- sp_filter_save_balancetags
- sp_filter_save_nofollow
- sp_filter_save_target
- sp_filter_save_links
- sp_format_links
- sp_filter_save_nohtml
- sp_filter_save_brackets
- sp_filter_save_escape
- sp_filter_save_filename
- sp_filter_save_encode
- sp_filter_save_cleanemail
- sp_filter_save_cleanurl
- sp_filter_save_spoiler
- sp_filter_save_oEmbed
- sp_filter_save_images
- sp_check_save_image_width
- sp_filter_content_edit
- sp_filter_text_edit
- sp_filter_edit_parser
- sp_filter_content_display
- sp_filter_text_display
- sp_filter_title_display
- sp_filter_name_display
- sp_filter_email_display
- sp_filter_url_display
- sp_filter_display_links
- sp_filter_display_smileys
- sp_filter_display_chars
- sp_filter_display_paragraphs
- sp_filter_display_codeselect
- sp_filter_display_images
- sp_filter_display_stripslashes
- sp_filter_display_cleanurl
- sp_filter_display_shortcodes
- sp_filter_display_hidelinks
- sp_filter_signature_display
- sp_filter_tooltip_display
- sp_filter_rss_display
- sp_filter_table_prefix
- sp_filter_display_spoiler
- sp_wptexturize
- sp_esc_regex
- sp_esc_int
- sp_esc_str
- sp_make_clickable
Primitives
These functions can be found in: simple-press/sp-api/sp-api-primitives.php
Plugins
These functions can be found in: simple-press/sp-api/sp-api-plugins.php
Error
These functions can be found in: simple-press/sp-api/sp-api-error.php
Cache
These functions can be found in: simple-press/sp-api/sp-api-cache.php
Globals
These functions can be found in: simple-press/sp-api/sp-api-globals.php
Common
These functions can be found in: simple-press/sp-api/sp-api-common-display.php