Plugin Directory

Changeset 2194372


Ignore:
Timestamp:
11/16/2019 11:09:23 AM (6 years ago)
Author:
davask.42
Message:

Remove custom oembed_fetch_url

Location:
dvk-conf/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dvk-conf/trunk/dvk-conf.php

    r2189817 r2194372  
    1717 * Plugin URI:        https://www.marasit.com/
    1818 * Description:       This is a short description of what the plugin does. It's displayed in the WordPress admin area.
    19  * Version:           1.0.6
     19 * Version:           1.0.7
    2020 * Author:            davask
    2121 * Author URI:        https://www.marasit.com/
     
    4242 * Rename this for your plugin and update it as you release new versions.
    4343 */
    44 define( 'DVK_CONF_VERSION', '1.0.6' );
     44define( 'DVK_CONF_VERSION', '1.0.7' );
    4545
    4646// extra feature without namespace
  • dvk-conf/trunk/public/class-dvk-conf-public.php

    r2167706 r2194372  
    124124     * Customise WordPress Vimeo oEmbed
    125125     * https://developer.vimeo.com/apis/oembed
    126      */
     126     * /
    127127    function oembed_fetch_url( $return, $data, $url ) {
    128128
     
    142142        return $return;
    143143    }
     144    */
    144145
    145146}
Note: See TracChangeset for help on using the changeset viewer.