mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- changed UM()->enqueue()::get_suffix() to UM()->frontend()->enqueue()::get_suffix();
This commit is contained in:
@@ -1151,6 +1151,7 @@ if ( ! class_exists( 'UM' ) ) {
|
||||
* @return um\frontend\Enqueue
|
||||
*/
|
||||
public function enqueue() {
|
||||
_deprecated_function( __METHOD__, '2.6.12', 'UM()->frontend()->enqueue()' );
|
||||
return $this->frontend()->enqueue();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user