- code formatting;

- small changes for #790;
This commit is contained in:
nikitasinelnikov
2021-04-05 19:06:44 +03:00
parent 8f1c2f0ce5
commit b2bb2c13eb
4 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -1043,7 +1043,7 @@ if ( ! class_exists( 'um\core\Access' ) ) {
}
return $content;
}
/**
* Turn on the content replacement on the filter 'the_content'
@@ -1054,7 +1054,7 @@ if ( ! class_exists( 'um\core\Access' ) ) {
public function replace_post_content_on() {
add_filter( 'the_content', array( $this, 'replace_post_content' ), 9999, 1 );
}
/**
* Turn off the content replacement on the filter 'the_content'