Skip to content

Instantly share code, notes, and snippets.

@fervous
Created January 11, 2017 01:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fervous/089e6562e0b00c531f4df56d63ae8e87 to your computer and use it in GitHub Desktop.
Save fervous/089e6562e0b00c531f4df56d63ae8e87 to your computer and use it in GitHub Desktop.
add info before media area wc vendors pro
/* add something before media fields*/
function custom_wcvendors_settings_wcv_before_media(){
echo '<i class="fa fa-info-circle" aria-hidden="true"></i> Add your message here......';
}
add_action('wcv_before_media', 'custom_wcvendors_settings_wcv_before_media');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment