Skip to content

Instantly share code, notes, and snippets.

@Shelob9
Created April 5, 2022 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shelob9/0f11a704404eea2569e706395671a0f1 to your computer and use it in GitHub Desktop.
Save Shelob9/0f11a704404eea2569e706395671a0f1 to your computer and use it in GitHub Desktop.
<?php
namespace Something;
class Shortcode {
public function __construct(public \WP_User $user )
{
}
public function callback() : string
{
$html = '';
//call other classed to make HTML
return $html;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment