Skip to content

Commit

Permalink
Update sources.php
Browse files Browse the repository at this point in the history
  • Loading branch information
akashmdiu committed Jan 6, 2025
1 parent 0a0859e commit 7712b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EmbedPress/Ends/Back/Settings/templates/sources.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


$sources = [
["name" => "Google Photos", "arival_status" => "new", "icon" => $icon_src . "/google-photos.png", "type" => "google pdf", "doc_url" => "https://embedpress.com/docs/embed-google-photos/"],
["name" => "Google Photos", "arival_status" => "new", "icon" => $icon_src . "/google-photos.png", "type" => "google pdf", "doc_url" => "https://embedpress.com/docs/embed-google-photos-in-wordpress/"],
["name" => "Instagram", "arival_status" => "new", "icon" => $icon_src . "/instagram.png", "type" => "social", "settings" => true, "settings_url" => admin_url('admin.php') . "?page=embedpress&page_type=instagram", "doc_url" => "https://embedpress.com/docs/embed-instagram-wordpress/"],
["name" => "YouTube", "arival_status" => "popular", "icon" => $icon_src . "/youtube.png", "type" => "video", "settings" => true, "settings_url" => admin_url('admin.php') . "?page=embedpress&page_type=youtube", "doc_url" => "https://embedpress.com/docs/embed-youtube-wordpress/"],
["name" => "YouTube Live", "arival_status" => "popular", "icon" => $icon_src . "/youtubelive.png", "type" => "stream", "settings" => true, "settings_url" => admin_url('admin.php') . "?page=embedpress&page_type=youtube", "doc_url" => "https://embedpress.com/docs/embed-youtube-wordpress/"],
Expand Down

0 comments on commit 7712b03

Please sign in to comment.