Last active
February 3, 2019 16:55
-
-
Save 2Fwebd/bc13086d22b89f592f6c79e52e9cd05a to your computer and use it in GitHub Desktop.
This file contains 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
<?php | |
/** | |
* Register our [woffice_members_map] shortcode | |
* | |
* @return string | |
*/ | |
public function shortcode() | |
{ | |
return '<div id="woffice-members-map__wrapper"> | |
<woffice-members-map :url="'. admin_url( 'admin-ajax.php' ) .'" :height="200"></woffice-members-map> | |
</div>'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment