mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- small fixes for file uploader;
- added filter for include UM pages to conditional logic;
This commit is contained in:
@@ -30,7 +30,7 @@ if ( ! class_exists( 'UM' ) ) {
|
||||
* @method UM_Terms_Conditions_API Terms_Conditions_API()
|
||||
* @method UM_Private_Content_API Private_Content_API()
|
||||
* @method UM_User_Location_API User_Location_API()
|
||||
* @method UM_GDPR_API GDPR_API()
|
||||
* @method UM_Photos_API Photos_API()
|
||||
*
|
||||
*/
|
||||
final class UM extends UM_Functions {
|
||||
@@ -1158,7 +1158,7 @@ if ( ! class_exists( 'UM' ) ) {
|
||||
/**
|
||||
* @since 2.0.21
|
||||
*
|
||||
* @return um\core\Files
|
||||
* @return um\core\Uploader
|
||||
*/
|
||||
function uploader() {
|
||||
if ( empty( $this->classes['uploader'] ) ) {
|
||||
|
||||
Reference in New Issue
Block a user