getAttributes(); if ( isset( $attributes['post_id'] ) && (int) $attributes['post_id'] > 0 ) { return get_permalink( (int) $attributes['post_id'] ); } return ''; } }