Created
November 16, 2020 12:07
-
-
Save MrVibe/bd93c7cf71a2f2bc9e98c1fd4c6878cd to your computer and use it in GitHub Desktop.
Additional code for Tip : https://wplms.io/support/knowledge-base/creating-custom-featured-block-style/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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