Skip to content

Instantly share code, notes, and snippets.

@MrVibe
Created November 16, 2020 12:07
Show Gist options
  • Save MrVibe/bd93c7cf71a2f2bc9e98c1fd4c6878cd to your computer and use it in GitHub Desktop.
Save MrVibe/bd93c7cf71a2f2bc9e98c1fd4c6878cd to your computer and use it in GitHub Desktop.
add_filter('wplms_get_featured_cards',function($cards){
$cards['custom_block']='CUSTOM BLOCK';
return $cards;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment