WordPress Shortcode with attribute

30% OFF - 9th Anniversary discount on Entity Framework Extensions until December 15 with code: ZZZANNIVERSARY9

Syntax

  • add_shortcode('your_short_code', 'your_function_name');

Parameters

ParametersDiscription and usage
$tag(string) (required) Shortcode tag to be searched in post content Default: None
$func(callable) (required) Hook to run when shortcode is found Default: None

Remarks

IMPORTANT – Don’t use camelCase or UPPER-CASE for your attributes

You can generate a shortcode with attribute Here



Got any WordPress Question?