Created
November 6, 2020 16:15
-
-
Save yousufansa/3bcaadfe1bd773e462c9babb2a77973d to your computer and use it in GitHub Desktop.
Front - Customer Story - Fix Single Customer Story Sticky Content
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if( ! function_exists( 'front_single_customer_story_sticky_end' ) ) { | |
| function front_single_customer_story_sticky_end() { | |
| ?><div id="stickyBlockEndPoint"></div><?php | |
| } | |
| } | |
| add_action( 'front_customer_story_single_post', 'front_single_customer_story_sticky_end', 50 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment