Viewing 3 replies - 1 through 3 (of 3 total)
  • changing line 56 of /wp-content/plugins/external-videos/external-videos.php

    from
    foreach( glob( plugin_dir_path( __FILE__ ) . '/hosts/*/ev-*.php' ) as $host ) {
    to
    foreach( glob( plugin_dir_path( __FILE__ ) . '/hosts/ev-*.php' ) as $host ) {

    fixed the missing tabs for me

    Plugin Author nimmolo

    (@nimmolo)

    @ianmacin You’re right, and this means there are quite a few other assets missing from the WordPress Plugins SVN repo, compared to our GitHub version. Not sure how it happened, but will fix.

    The /*/ folders referenced in that line of the external-videos.php file should have other important files relating to the media explorer for each service.

    Will start the update process this weekend.

    Plugin Author nimmolo

    (@nimmolo)

    Thank you @ianmacin!!!

    Everyone please update the plugin, i can’t see how it worked without these directories!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘If You Don’t See The Tabs!’ is closed to new replies.