Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- remove_action( 'wp_footer', array( JNews\Ads::getInstance(), 'sticky_footer_ads' ), 50 ); /* remove JNews Mobile Sticky hooks */
- add_action( 'wp_footer', 'render_jnews_sticky_ads', 50 ); /* render sticky ads with custom hooks */
- function render_jnews_sticky_ads() {
- $ads_class = JNews\Ads::getInstance();
- $html = '<div class="jeg_ad jnews_mobile_sticky_ads">' . $ads_class->render_ads( 'mobile_sticky' ) . '</div>';
- echo jnews_sanitize_output( $html );
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement