Skip to content

Instantly share code, notes, and snippets.

View anatolinicolae's full-sized avatar
😏
look at those commits

Anatoli Nicolae anatolinicolae

😏
look at those commits
View GitHub Profile
@anatolinicolae
anatolinicolae / content-shortcode.php
Created March 8, 2024 08:55
Content inclusion shortcode example
<?php
/**
* Plugin Name: Content Shortcode
**/
add_shortcode('content', function ($atts) {
extract(shortcode_atts([
'slug' => null,
'post_type' => 'post',