Time Restriction
// Add Shortcode function time_restricion( $atts ) { // Attributes $atts = shortcode_atts( array( 'on' => '', 'off' => '', ), $atts ); } add_shortcode( 'time-restrict', 'time_restricion' );
// Add Shortcode function time_restricion( $atts ) { // Attributes $atts = shortcode_atts( array( 'on' => '', 'off' => '', ), $atts ); } add_shortcode( 'time-restrict', 'time_restricion' );