Skip to content

Instantly share code, notes, and snippets.

@LeoLopesWeb
Last active September 20, 2018 19:32
Show Gist options
  • Select an option

  • Save LeoLopesWeb/c24d510599cd5a1104d7e6d103f5f37d to your computer and use it in GitHub Desktop.

Select an option

Save LeoLopesWeb/c24d510599cd5a1104d7e6d103f5f37d to your computer and use it in GitHub Desktop.
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