Astra_Builder_Footer::remove_existing_actions()
Remove existing Footer to load Footer Builder.
Description
Return
(void)
Source
File: inc/builder/markup/class-astra-builder-footer.php
public function remove_existing_actions() {
remove_action( 'astra_footer_content_top', 'astra_footer_content_top' );
remove_action( 'astra_footer_content', 'astra_advanced_footer_markup', 1 );
remove_action( 'astra_footer_content', 'astra_footer_small_footer_template', 5 );
remove_action( 'astra_footer_content_bottom', 'astra_footer_content_bottom' );
remove_action( 'astra_footer', 'astra_footer_markup' );
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |