Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * The template part for displaying a message that posts cannot be found. * * ..
Decoded Output download
<?php
/**
* The template part for displaying a message that posts cannot be found.
*
* Learn more: http://codex.wordpress.org/Template_Hierarchy
*
* @package zues
*/
/**
* Fires before the 'no content' content
*/
do_action( 'zues_no_content_before' ); ?>
<section class="no-results not-found">
<header class="entry-header">
<h1 class="entry-title"><?php esc_html_e( 'Nothing Found', 'zues' ); ?></h1>
</header><!-- .page-header -->
<?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?>
<p><?php printf( wp_kses( __( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'zues' ), array( 'a' => array( 'href' => array() ) ) ), esc_url( admin_url( 'post-new.php' ) ) ); ?></p>
<?php elseif ( is_search() ) : ?>
<p><?php esc_html_e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'zues' ); ?></p>
<?php get_search_form(); ?>
<?php else : ?>
<p><?php esc_html_e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'zues' ); ?></p>
<?php get_search_form(); ?>
<?php endif; ?>
</section><!-- .no-results -->
<?php
/**
* Fires after the 'no content' content
*/
do_action( 'zues_no_content_after' ); ?>
Did this file decode correctly?
Original Code
<?php
/**
* The template part for displaying a message that posts cannot be found.
*
* Learn more: http://codex.wordpress.org/Template_Hierarchy
*
* @package zues
*/
/**
* Fires before the 'no content' content
*/
do_action( 'zues_no_content_before' ); ?>
<section class="no-results not-found">
<header class="entry-header">
<h1 class="entry-title"><?php esc_html_e( 'Nothing Found', 'zues' ); ?></h1>
</header><!-- .page-header -->
<?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?>
<p><?php printf( wp_kses( __( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'zues' ), array( 'a' => array( 'href' => array() ) ) ), esc_url( admin_url( 'post-new.php' ) ) ); ?></p>
<?php elseif ( is_search() ) : ?>
<p><?php esc_html_e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'zues' ); ?></p>
<?php get_search_form(); ?>
<?php else : ?>
<p><?php esc_html_e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'zues' ); ?></p>
<?php get_search_form(); ?>
<?php endif; ?>
</section><!-- .no-results -->
<?php
/**
* Fires after the 'no content' content
*/
do_action( 'zues_no_content_after' ); ?>
Function Calls
do_action | 1 |
Stats
MD5 | f95d7ba4fa78365e2323d741b65f84b8 |
Eval Count | 0 |
Decode Time | 96 ms |