atpCustom Reference

inject_HTML_extension extends abstract_extension

inject_HTML extension - code injection - {eac}Doojigger for WordPress

Tags
category

WordPress Plugin

author

Kevin Burkholder KBurkholder@EarthAsylum.com

copyright

Copyright (c) 2021 EarthAsylum Consulting <www.EarthAsylum.com>

version
1.x
link
https://eacDoojigger.earthasylum.com/
see
https://eacDoojigger.earthasylum.com/phpdoc/

Table of Contents

VERSION  = '23.0524.1'
__construct()  : void
constructor method
addActionsAndFilters()  : void
Add filters and actions - called from main plugin
after_content()  : void
the_content handler
before_content()  : void
the_content handler
wpfoot_html()  : void
wp_footer handler
wphead_html()  : void
wp_head handler

Constants

Methods

__construct()

constructor method

public __construct(object $plugin) : void
Parameters
$plugin : object

main plugin object

Return values
void

addActionsAndFilters()

Add filters and actions - called from main plugin

public addActionsAndFilters() : void
Return values
void

after_content()

the_content handler

public after_content(mixed $content) : void
Parameters
$content : mixed
Return values
void

before_content()

the_content handler

public before_content(mixed $content) : void
Parameters
$content : mixed
Return values
void

Search results