Skip to content

Instantly share code, notes, and snippets.

View vagu71's full-sized avatar

Varun Gupta vagu71

View GitHub Profile
@vagu71
vagu71 / functions.php
Created December 12, 2019 03:24 — forked from RichardNesbitt/functions.php
WP Bakery Page Builder - Add URL option to make entire column clickable
/* add this to your theme's functions.php file */
/* Add option for URL to column settings */
vc_add_param("vc_column", array(
"type" => "vc_link",
"class" => "",
"heading" => "Column Link",
"param_name" => "column_link"
));