Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?php
/**
* Plugin Name: Backwpup | Start Jobs with Links
* Description: Start jobs with links. This plugin allows you to start jobs with links. You can use this plugin to allow your backwpup jobs to start with links.
* Plugin URI: https://github.com/wp-media/backwpup-helpers/tree/main/backup/start-jobs-with-links/backwpup-start-jobs-with-links/
* Author: WP Media
* Author URI: https://wp-media.me/
* Licence: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*
* Copyright SAS WP Media 2024
*/

namespace BackwpupPlugin\Helpers\backup\startjobswithlinks;

// Standard plugin security, keep this line in place.
defined( 'ABSPATH' ) || die();

add_filter( 'backwpup_allow_job_start_with_links', '__return_true' );