Skip to content

Instantly share code, notes, and snippets.

View rloes's full-sized avatar

Robin L rloes

View GitHub Profile
@rloes
rloes / functions.php
Last active April 4, 2023 12:24
WordPress: Add Code Snippets to Elementor Finder
<?php
use function Code_Snippets\code_snippets;
function add_new_finder_items( array $categories ) {
$categories['settings']['items']['elementor-snippets'] = [
'title' => esc_html__( 'Elementor Custom Code', 'textdomain' ),
'icon' => 'elementor',
'url' => site_url().'/wp-admin/edit.php?post_type=elementor_snippet',
'keywords' => [ 'custom', 'code'],