Year
Echos PHP date function for the Year
// Add Shortcode function year_shortcode( $atts , $content = null ) { echo date('Y'); } add_shortcode( 'year', 'year_shortcode' );
Echos PHP date function for the Year
// Add Shortcode function year_shortcode( $atts , $content = null ) { echo date('Y'); } add_shortcode( 'year', 'year_shortcode' );