mc_twitter_text - joedolson/my-calendar GitHub Wiki
Auto-generated Example
add_filter(
'mc_twitter_text',
function(
string $value,
$data
) {
// Your code here.
return $value;
},
10,
2
);
Parameters
string$value$data
Files
apply_filters( 'mc_twitter_text', '', $data )