WebVIEP Plugin

API Documentation

Table of Contents

Namespaces

Webviep

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
string

webviep_explorer_category_url()

webviep_explorer_category_url(string $categorySlug) : string
Parameters
$categorySlug : string
Return values
string

webviep_run()

Bootstraps the plugin once WordPress has loaded.

webviep_run() : void

        
On this page

Search results