Property | Type | Description | |
---|---|---|---|
$EE | |||
$description | |||
$docs_url | |||
$name | |||
$settings | |||
$settings_exist | |||
$version |
Method | Description | |
---|---|---|
__construct ( $settings = [] ) : void | Constructor | |
activate_extension ( ) : void | Activate Extension | |
disable_extension ( ) : void | Disable Extension | |
stash_fetch_template ( $row ) : array | Method for stash_fetch_template hook | |
stash_post_parse ( $template, $sub, $site_id ) : string | Method for stash_post_parse hook | |
template_fetch_template ( $row ) : array | Method for template_fetch_template hook | |
template_post_parse ( $template, $sub, $site_id, $from_stash = FALSE, $final = FALSE ) : string | Method for template_post_parse hook | |
update_extension ( $current = '' ) : mixed | Update Extension |
Method | Description | |
---|---|---|
_add_hook ( $name, $priority = 10 ) : void | Add extension hook |
public activate_extension ( ) : void | ||
return | void |
public stash_fetch_template ( $row ) : array | ||
return | array |
public stash_post_parse ( $template, $sub, $site_id ) : string | ||
return | string | Template string |
public template_fetch_template ( $row ) : array | ||
return | array |
public template_post_parse ( $template, $sub, $site_id, $from_stash = FALSE, $final = FALSE ) : string | ||
return | string | Template string |
public update_extension ( $current = '' ) : mixed | ||
return | mixed | void on update / FALSE if none |