get_citation_styles(), 'options' => $options, ] ); // Convert associative array to object because it's just easier to work with. $options = json_decode( wp_json_encode( $options ) ); require_once __DIR__ . '/views/options-page.php'; }