Skip to content

Instantly share code, notes, and snippets.

/*!
* Webflow: Front-end site library
* @license MIT
* Inline scripts may access the api using an async handler:
* var Webflow = Webflow || [];
* Webflow.push(readyFunction);
*/
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
@Crocoblock
Crocoblock / register-options-page.php
Last active April 7, 2025 22:06
JetEngine Register Options page programmatically
<?php
add_action( 'init', 'register_my_custom_options_page', 20 );
function register_my_custom_options_page() {
$args = array (
'slug' => 'option-slug',
'labels' =>
array (