Last active
September 20, 2018 19:32
-
-
Save LeoLopesWeb/c24d510599cd5a1104d7e6d103f5f37d to your computer and use it in GitHub Desktop.
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
| add_action('init', 'remove_parent_theme_shortcodes'); | |
| function remove_parent_theme_shortcodes() { | |
| remove_shortcode( 'ux_image_box' ); | |
| add_shortcode( 'ux_image_box', 'ux_image_box_custom' ); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment