t"> https-detection.php d01d7cf85d first commit пре 4 година https-migration.php d01d7cf85d first commit пре 4 година kses.php d01d7cf85d first commit пре 4 година l10n.php d01d7cf85d first commit пре 4 година link-template.php d01d7cf85d first commit пре 4 година load.php d01d7cf85d first commit пре 4 година locale.php d01d7cf85d first commit пре 4 година media-template.php d01d7cf85d first commit пре 4 година media.php d01d7cf85d first commit пре 4 година meta.php d01d7cf85d first commit пре 4 година ms-blogs.php d01d7cf85d first commit пре 4 година ms-default-constants.php d01d7cf85d first commit пре 4 година ms-default-filters.php d01d7cf85d first commit пре 4 година ms-deprecated.php d01d7cf85d first commit пре 4 година ms-files.php d01d7cf85d first commit пре 4 година ms-functions.php d01d7cf85d first commit пре 4 година ms-load.php d01d7cf85d first commit пре 4 година ms-network.php d01d7cf85d first commit пре 4 година ms-settings.php d01d7cf85d first commit пре 4 година ms-site.php d01d7cf85d first commit пре 4 година nav-menu-template.php d01d7cf85d first commit пре 4 година nav-menu.php d01d7cf85d first commit пре 4 година option.php d01d7cf85d first commit пре 4 година pluggable-deprecated.php d01d7cf85d first commit пре 4 година pluggable.php d01d7cf85d first commit пре 4 година plugin.php d01d7cf85d first commit пре 4 година post-formats.php d01d7cf85d first commit пре 4 година post-template.php d01d7cf85d first commit пре 4 година post-thumbnail-template.php d01d7cf85d first commit пре 4 година post.php d01d7cf85d first commit пре 4 година query.php d01d7cf85d first commit пре 4 година registration-functions.php d01d7cf85d first commit пре 4 година registration.php d01d7cf85d first commit пре 4 година rest-api.php d01d7cf85d first commit пре 4 година revision.php d01d7cf85d first commit пре 4 година rewrite.php d01d7cf85d first commit пре 4 година robots-template.php d01d7cf85d first commit пре 4 година rss-functions.php d01d7cf85d first commit пре 4 година rss.php d01d7cf85d first commit пре 4 година script-loader.php d01d7cf85d first commit пре 4 година session.php d01d7cf85d first commit пре 4 година shortcodes.php d01d7cf85d first commit пре 4 година sitemaps.php d01d7cf85d first commit пре 4 година spl-autoload-compat.php d01d7cf85d first commit пре 4 година taxonomy.php d01d7cf85d first commit пре 4 година template-canvas.php d01d7cf85d first commit пре 4 година template-loader.php d01d7cf85d first commit пре 4 година template.php d01d7cf85d first commit пре 4 година theme-i18n.json d01d7cf85d first commit пре 4 година theme-templates.php d01d7cf85d first commit пре 4 година theme.json d01d7cf85d first commit пре 4 година theme.php d01d7cf85d first commit пре 4 година update.php d01d7cf85d first commit пре 4 година user.php d01d7cf85d first commit пре 4 година vars.php d01d7cf85d first commit пре 4 година version.php d01d7cf85d first commit пре 4 година widgets.php d01d7cf85d first commit пре 4 година wlwmanifest.xml d01d7cf85d first commit пре 4 година wp-db.php d01d7cf85d first commit пре 4 година wp-diff.php d01d7cf85d first commit пре 4 година tum/whitesports - Gogs: Simplico Git Service

Nessuna descrizione

footer-embed.php 438B

12345678910111213141516171819202122
  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>