/
var
/
www
/
barefootlaw.org
/
wp-content
/
plugins
/
bfl-countdown
/
Upload File
HOME
<?php /** * Plugin Name: bfl-countdown * Plugin URI: https://barefootlaw.org/ * Description: Barefootlaw countdown. * Version: 0.1 * Author: Okalany Daniel * Author URI: https://barefootlaw.org/ **/ function show_countdown(){ } add_shortcode('show_countdown', 'show_countdown');