Skip to main content

EPEAKSTUDIO/wp-jetengine-skills

SkillsMP a collecté 40 skills depuis EPEAKSTUDIO/wp-jetengine-skills. Ouvrez un skill pour examiner sa source et ses détails.

Dernière activité source enregistrée
Catalogue SkillsMP mis à jour
skills collectés
40
Étoiles GitHub
4
Forks GitHub
0

Skills dans ce dépôt

1 catégories métier · 100% classifié

Affichage de 40 skills collectés sur 40.

métier
Développeurs de logiciels
description

Use when tracing how a JetSearch AJAX Search widget turns a user's typed query into results — the `jet_ajax_search` AJAX action and its nonce scheme, how `$_GET['data']` settings map onto `WP_Query` args in `get_search_data()`, taxonomy-scoped search…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when reading/writing JetSearch's "Search Suggestions" (autocomplete) feature — the two custom DB tables backing it, the REST CRUD surface for admin-managed suggestions, the near-duplicate AJAX handlers that actually power the shipped admin UI (not the…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when registering/gating a JetSearch widget, block, or Bricks element (Ajax Search / Search Suggestions), overriding its default controls across Elementor/Gutenberg/Bricks, or hooking JetSearch's own extension points (per-platform "add-custom-controls"…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when writing PHP against Jet Appointments Booking's own internals — the jet_apb() accessor and its component properties, how an appointment is actually stored (custom DB tables, not a CPT or JetEngine CCT), the calendar/time-slots customization hooks…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when wiring Jet Appointments Booking's "Insert appointment" JetFormBuilder action, hooking its post-submission success event (jet-apb/jet-fb/action/success), or working with its WooCommerce integration (jet_apb()->wc, appointment-linked WC…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when a JetBlog For Elementor widget (Smart Listing, Smart Tiles, Text Ticker) needs its post query customized or driven by JetEngine Query Builder, when debugging the Smart Listing "load more"/AJAX pagination endpoint, or when writing a…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when registering/gating a JetBlog For Elementor widget (Smart Listing, Smart Tiles, Text Ticker, Video Playlist, Posts Navigation/Pagination), hooking `Jet_Blog_Base`'s control-visibility system (per-widget include/exclude-controls, the widgets_load_level…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when writing PHP against JetBooking's core booking/pricing model — reaching the `\JET_ABAF\Plugin` singleton and its component properties, reading/writing the date-range booking DB tables (`DB\Manager`, `Tables\Bookings`/`Tables\Units`), computing a…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when hooking JetBooking's WooCommerce cart/order integration (booking-priced products, cart/order-meta hooks), its Google Calendar export links, or its front-end JS API (the `window.JetPlugins.hooks` filter bus that drives the date-range picker/calendar…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when reading/writing JetCompareWishlist's compare/wishlist product lists programmatically — the session/cookie/user-meta storage backend, the add/remove AJAX endpoints, the render-time widget-registry that re-renders every wishlist/compare widget on a…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when rendering custom product fields inside JetCompareWishlist's Compare Table/Wishlist widgets (the jet-cw/template-functions/* filter family — the real integration point for combining with JetEngine's checkbox-field renderer), wiring compare/wishlist…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when a JetElements widget's repeater-based "Items" control (Carousel slides, Portfolio items, Timeline steps, chart data points, etc.) needs to be driven by a JetEngine Query Builder query instead of static content, or when debugging why JetEngine Dynamic…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when registering/gating a JetElements For Elementor widget, overriding its default controls/CSS/JS, adding a new shortcode, or hooking the plugin's own extension points (per-widget include/exclude-controls, custom Elementor controls, REST endpoints,…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when working with JetEngine's own built-in "Dynamic Calendar" module (module id `calendar`) or its legacy "Forms (Legacy)" module (module id `booking-forms`, class `Jet_Engine_Module_Booking_Forms`) — these are DISTINCT from the separate JetFormBuilder…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when writing PHP that reads OR writes JetEngine Custom Content Type (CCT) data — directly from the database, via the Relations API, or via the real `Item_Handler::update_item()`/`raw_delete_item()` CRUD API for creating/updating/deleting CCT rows — on any…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when working with JetEngine listing grid/item dynamic field macros (%macro% tokens) — registering a custom macro, understanding what context/object data a macro callback can access, or debugging why a macro prints literally instead of resolving. Captures…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when a JetEngine site exposes MCP tools (tool-add-cct, tool-add-cpt, tool-add-taxonomy, tool-add-meta-box, tool-add-query, tool-add-listing, tool-add-glossary, tool-manage-modules) or the equivalent REST routes under jet-engine/v1/mcp-tools/ — e.g.…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when working with a JetEngine module that isn't CCT/Relations/Query Builder/Listings — Meta Boxes (custom fields for post/term/user/options, not CCT), Options Pages, Data Stores (favorites/recently-viewed lists), Dynamic Visibility (conditional display…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when working with JetEngine's Query Builder component (SQL/Posts/Terms/Users/Comments/Repeater query types configured under Query Builder in the admin) — fetching a configured query object by id, calling it to get items/counts, or registering a brand-new…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when working with JetEngine Relations beyond simple parent/child lookups — creating/moving/removing a relation link programmatically (`Relation::update()`/`delete_rows()`), writing or reading per-link relation meta (`update_meta()`/`get_meta()` and the…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when JetEngine's REST surface is involved in either direction — (A) JetEngine EXPOSING its own data over REST (why a CPT/CCT/meta-box/options-page field does or doesn't show up in `wp/v2/{post_type}` or `wp/json/settings`, what namespace a component's own…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use first when a task touches JetEngine, JetFormBuilder, or JetSmartFilters and it's unclear which domain skill applies — e.g. "why is this field empty", "how do I hook into form submission", "how do I query this filter". Classifies the task and points to the…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when writing a fully custom JetFormBuilder action class (a PHP class that runs as a form-editor action step) — as opposed to the lighter "Call Hook" mechanism (see jetformbuilder-hooks). Covers the real base class, registration, reading submitted field…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when you need to read or write a submitted field's value generically (including nested repeater values by dotted path), register a brand-new field block type, understand how a field's raw POST value becomes a typed value (field parsers), add custom field…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when you need to run custom PHP against a JetFormBuilder form submission without writing a full custom action class — e.g. validating/mutating field values before an action runs, reacting after a submission succeeds or fails regardless of which actions…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when working with JetFormBuilder's Payment Gateways module (`modules/gateways/`) — extending `Base_Gateway`/`Base_Scenario_Gateway` to add a custom gateway, reading/writing the custom-DB-table `Payment_Model`/`Payment_Meta_Model`/`Payer_Model` payment…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when extending JetMenu (Crocoblock's Elementor mega-menu plugin) — registering a custom Dynamic Visibility condition, customizing a mega-menu item's rendered HTML via the walker filters, reacting to AJAX-lazy-loaded mega content on the front end (the…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when working with JetMenu (Crocoblock's Elementor mega-menu plugin) — the Mega Menu Items CPT and its meta structure, where per-item/per-location settings are actually stored, the Base_Render → Elementor_Content_Render/Block_Editor_Content_Render…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when working with JetPopup's display-condition system — registering a custom condition type (a Base subclass), understanding how a popup's per-condition AND/OR relation logic actually evaluates matches (including the separate "exclude" filters for each…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when extending JetPopup's own admin/editor surface — gating who can edit popups (jet-popup/access-cap, which also drives REST permission_callback and the CPT's own capabilities array), adding a REST endpoint under its jet-popup/v2 namespace, registering a…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when working with how a JetPopup actually gets onto the page and opens/closes — the wp_footer render pipeline that decides which popups are "defined" for a request, the front-end jet-popup-open-trigger/jet-popup-close-trigger jQuery event API for…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when writing a custom "who can submit a review" rule (a Base_Condition subclass) or a reviewer "badge" rule (a Base_Verification subclass) for JetReviews For Elementor, or when debugging why a condition's invalid message/icon can't be overridden per-slug.…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when working with JetReviews For Elementor's review data model — the custom DB tables (not a CPT or JetEngine CCT), the Sources abstraction that resolves "what is this review attached to" (post vs. WP user, extensible), the raw-user-data/reviewer-avatar…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when building or debugging JetSmartFilters — how a selected filter value becomes a tax_query/meta_query and reaches WP_Query, how the AJAX filtering endpoint works, and how to register a custom filter type or query provider. Captures verified behavior…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when a JetTabs widget's repeater-based "Items" control (Tabs, Toggles/Accordion, or Image Accordion's item list) needs to be driven by a JetEngine Query Builder query instead of static content, or when Dynamic Tags don't resolve correctly inside a…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when registering/customizing a JetTabs For Elementor widget (Tabs, Accordion, Image Accordion, Switcher), overriding its controls via the `__add_control`/load-level gating system, hooking the…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when a JetThemeCore Header/Footer/Single/Archive/Section template isn't rendering where expected, when adding a brand-new theme "location" (structure) beyond the 6 built-in ones, or when hooking into the actual template-render pipeline (Elementor vs.…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when registering a custom Template Condition type for JetThemeCore (Crocoblock's Elementor/Block-Editor theme-builder plugin), when a Header/Footer/Single/Archive template isn't matching the page you expect, or when deciding which post types/taxonomies…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when working with JetThemeCore's Theme Builder "Page Template" layouts — a single object that bundles header/body/footer overrides and its own AND/OR condition-matching relation type, distinct from the classic per-structure Template Conditions system —…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when working with JetWooBuilder (Crocoblock's Elementor/WooCommerce page-builder plugin) internals — the %macro% render engine for widget text fields, the `jet-woo-builder/template-functions/*` filters that shape widget-rendered product markup (price,…

Langue du texte source : anglais

mis à jour
Affichage de 40 skills collectés sur 40.