Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 

22 lignes
438 B

  1. <?php
  2. /**
  3. * Contains the post embed footer template
  4. *
  5. * When a post is embedded in an iframe, this file is used to create the footer output
  6. * if the active theme does not include a footer-embed.php template.
  7. *
  8. * @package WordPress
  9. * @subpackage Theme_Compat
  10. * @since 4.5.0
  11. */
  12. /**
  13. * Prints scripts or data before the closing body tag in the embed template.
  14. *
  15. * @since 4.4.0
  16. */
  17. do_action( 'embed_footer' );
  18. ?>
  19. </body>
  20. </html>