The oik shortcode and API server enables you to document shortcodes and APIs for your plugins.
The shortcode information will be accessible online and available to any user who requests help for your shortcode using the oik options > Shortcode help page. The APIs will also be accessible from your website.
The oik shortcode depends upon the oik-plugins server, which itself requires oik and oik-fields.
1 to 10 of 139
- _oikai_create_oik_hook() – Create an "oik_hook" post_type
- _oiksc_create_api() – Create or update an "oik_api" post_type
- _oiksc_create_param() – Create missing parameters for this shortcode
- _oiksc_create_params() – Create the oik_sc_param records for each of the shortcode atts
- _oiksc_create_shortcode() – Creating a shortcode programmatically involves
- _oiksc_get_api() – Get the selected API
- _oiksc_get_apis() – List the APIs for the selected filename
- _oiksc_get_file() – Get the selected file
- _oiksc_get_files() – oiksc get files
- _oiksc_get_plugin() – Get the selected plugin