mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user