Summery Summery
Prints the necessary markup for the embed sharing button.
Syntax Syntax
Source Source
File: wp-includes/embed.php
</a>
</div>
<?php
}
/**
* Prints the necessary markup for the embed sharing button.
*
* @since 4.4.0
*/
function print_embed_sharing_button() {
if ( is_404() ) {
Advertisement
Changelog Changelog
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |