mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Test travis-ci build status
This commit is contained in:
@@ -26,8 +26,9 @@ if ( ! class_exists( 'um\core\AJAX_Common' ) ) {
|
||||
|
||||
add_action( 'wp_ajax_um_' . $action, array( $this, $action ) );
|
||||
|
||||
if ( $nopriv )
|
||||
if ( $nopriv ){
|
||||
add_action( 'wp_ajax_nopriv_um_' . $action, array( $this, $action ) );
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user