Author name: Admin

function dt_year_shortcode() { return date('F j, Y'); } add_shortcode('dt_year', 'dt_year_shortcode');

Scroll to Top