Skip to content

Commit

Permalink
Added new filter
Browse files Browse the repository at this point in the history
  • Loading branch information
igmoweb committed Oct 26, 2015
1 parent 6bd16ff commit 179489f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions admin/cloner-admin-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ public function add_plugin_settings_menu() {
*/
public function display_plugin_admin_page() {
$to_copy_labels = wpmudev_cloner_get_settings_labels();
$to_copy_labels = apply_filters( 'wpmudev_cloner_to_copy_labels_settings', $to_copy_labels );

$settings = wpmudev_cloner_get_settings();

$errors = get_settings_errors( 'wpmudev_cloner_settings' );
Expand Down
4 changes: 1 addition & 3 deletions cloner.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,4 @@ function wpmudev_cloner() {
return WPMUDEV_Cloner::get_instance();
}

wpmudev_cloner();


wpmudev_cloner();

0 comments on commit 179489f

Please sign in to comment.