class WordPressShortcodesServiceProvider extends ServiceProvider

Properties

protected $plugin Instance of main plugin. from ServiceProvider
protected array $shortcodes List of registered shortcodes. Here you will used a methods list.

Methods

void
register()

Init the registred shortcodes.

__construct($plugin)

No description

__call(string $method, array $parameters)

Dynamically handle missing method calls.

boot()

You may override this method in order to register your own actions and filters.

Details

at line 25
void register()

Init the registred shortcodes.

Return Value

void

in ServiceProvider at line 22
__construct($plugin)

Parameters

$plugin

in ServiceProvider at line 33
__call(string $method, array $parameters)

Dynamically handle missing method calls.

Parameters

string $method
array $parameters

at line 39
boot()

You may override this method in order to register your own actions and filters.