Skip to content

Instantly share code, notes, and snippets.

/* adding buttons to new grid START */
function dev_card_header() {
$user_id = get_current_user_id();
$post = wpgb_get_post();
$post_id = $post->ID;
$gamipress_restrict_content_id = get_post_meta( $post_id, 'gamipress_restrict_content_id', true );
if( empty( $gamipress_restrict_content_id ) ) {