/** * Plugin Name: Workout Logic System * Description: A custom logic-based workout system with assessment and level-based programming. * Version: 1.0 * Author: Black Star Athletic Academy */ function workout_logic_form_shortcode() { ob_start(); include(plugin_dir_path(__FILE__) . 'form.html'); return ob_get_clean(); } add_shortcode('workout_logic_form', 'workout_logic_form_shortcode'); // Enqueue scripts function workout_logic_enqueue_scripts() { wp_enqueue_script('workout-logic-js', plugin_dir_url(__FILE__) . 'script.js', array(), null, true); } add_action('wp_enqueue_scripts', 'workout_logic_enqueue_scripts'); {"id":1,"count":1,"description":"","link":"https:\/\/blackstarpdx.bsaapdx.com\/category\/uncategorized\/","name":"Uncategorized","slug":"uncategorized","taxonomy":"category","parent":0,"meta":[],"_links":{"self":[{"href":"https:\/\/blackstarpdx.bsaapdx.com\/wp-json\/wp\/v2\/categories\/1","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blackstarpdx.bsaapdx.com\/wp-json\/wp\/v2\/categories"}],"about":[{"href":"https:\/\/blackstarpdx.bsaapdx.com\/wp-json\/wp\/v2\/taxonomies\/category"}],"wp:post_type":[{"href":"https:\/\/blackstarpdx.bsaapdx.com\/wp-json\/wp\/v2\/posts?categories=1"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}