API Documentation
Table of Contents
Namespaces
Constants
- WEBVIEP_PLUGIN_DIR = \plugin_dir_path(__FILE__)
- WEBVIEP_PLUGIN_FILE = __FILE__
Functions
- webviep_explorer_page_url() : string
- webviep_explorer_category_url() : string
- webviep_run() : void
- Bootstraps the plugin once WordPress has loaded.
Constants
WEBVIEP_PLUGIN_DIR
public
mixed
WEBVIEP_PLUGIN_DIR
= \plugin_dir_path(__FILE__)
WEBVIEP_PLUGIN_FILE
public
mixed
WEBVIEP_PLUGIN_FILE
= __FILE__
Functions
webviep_explorer_page_url()
webviep_explorer_page_url(int $page, string $categorySlug) : string
Parameters
- $page : int
- $categorySlug : string
Return values
stringwebviep_explorer_category_url()
webviep_explorer_category_url(string $categorySlug) : string
Parameters
- $categorySlug : string
Return values
stringwebviep_run()
Bootstraps the plugin once WordPress has loaded.
webviep_run() : void