Skip to content

Commit

Permalink
action that copy send mail file to export
Browse files Browse the repository at this point in the history
  • Loading branch information
edsonsantoro committed Mar 19, 2024
1 parent 27b0a65 commit bcf6bea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/class-wpmu-client.php
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ private function define_admin_hooks()
$this->loader->add_action('wp_ajax_add_redirect', $redirects_page, 'save_redirects');
$this->loader->add_action('wp_ajax_delete_redirect', $redirects_page, 'delete_redirect');
$this->loader->add_action('ss_completed', $redirects_page, 'build_htaccess');
$this->loader->add_action('ss_completed', $redirects_page, 'build_sendmail');

// ---------------- General Admin Functions actions and filters ----------------
// Display client site field on WPMU New Site screen
Expand Down

0 comments on commit bcf6bea

Please sign in to comment.