Created
November 2, 2020 13:25
-
-
Save nikitasinelnikov/dbd38cc0580fc9a339864fed6bcdffcf to your computer and use it in GitHub Desktop.
Configure map in member directory to after list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| remove_action( 'um_members_directory_before_head', [ UM()->User_Locations()->member_directory(), 'header_add_map' ] ); | |
| add_action( 'um_members_directory_footer', [ UM()->User_Locations()->member_directory(), 'header_add_map' ], 10, 3 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment