Skip to content

Instantly share code, notes, and snippets.

@Dinamiko
Created February 15, 2015 12:35
/**
* Añade contenido después de la lista
*/
add_action( 'ep_after_list', 'custom_ep_after_list' );
function custom_ep_after_list() { ?>
<p><?php _e('Última modificación: ', 'text-domain') . the_modified_date( 'd-m-Y g:i a' );?></p>
<?php }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment