Astra_Theme_Update::astra_pro_compatibility()
Footer Widgets compatibilty for astra pro.
Description
Source
File: inc/theme-update/class-astra-theme-update.php
public static function astra_pro_compatibility() { if ( defined( 'ASTRA_EXT_VER' ) && version_compare( ASTRA_EXT_VER, '1.0.0-beta.6', '<' ) ) { remove_action( 'astra_footer_content', 'astra_advanced_footer_markup', 1 ); } }
Expand full source code Collapse full source code View on Trac