Skip to content

Instantly share code, notes, and snippets.

@ilicfilip
Last active June 28, 2018 07:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ilicfilip/9a7becc01bf53dda0fb4edf42268da7c to your computer and use it in GitHub Desktop.
Save ilicfilip/9a7becc01bf53dda0fb4edf42268da7c to your computer and use it in GitHub Desktop.
Avada-Child-Theme/tabs/tab_avada_child_portfolio.php
<?php
$this->textarea(
'child_video',
esc_attr__( 'Child Video Embed Code', 'Avada' ),
esc_attr__( 'Insert Youtube or Vimeo embed code.', 'Avada' )
);
$this->text(
'child_video_url',
esc_attr__( 'Child Youtube/Vimeo Video URL for Lightbox', 'Avada' ),
esc_attr__( 'Insert the video URL that will show in the lightbox.', 'Avada' )
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment