/** * 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":15,"count":17,"description":"","link":"https:\/\/blackstarpdx.bsaapdx.com\/product-category\/uncategorized\/","name":"Uncategorized","slug":"uncategorized","taxonomy":"product_cat","parent":0,"meta":[],"_links":{"self":[{"href":"https:\/\/blackstarpdx.bsaapdx.com\/wp-json\/wp\/v2\/product_cat\/15","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blackstarpdx.bsaapdx.com\/wp-json\/wp\/v2\/product_cat"}],"about":[{"href":"https:\/\/blackstarpdx.bsaapdx.com\/wp-json\/wp\/v2\/taxonomies\/product_cat"}],"wp:post_type":[{"href":"https:\/\/blackstarpdx.bsaapdx.com\/wp-json\/wp\/v2\/product?product_cat=15"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}