Skip to content

Instantly share code, notes, and snippets.

View mager19's full-sized avatar

Mario Germán Reyes C mager19

View GitHub Profile
/Applications/OBS.app/Contents/MacOS/OBS; exit
function getTeamMembers()
{
$args = array('post_type' => 'team', 'posts_per_page' => -1);
// Run a custom query
$loop = new WP_Query($args);
if ($loop->have_posts()) {
$i = 0;
$data = array();
<snippet>
<content><![CDATA[
@include media-breakpoint-down(${1:md}){
$2
}
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>ind</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->