Skip to content

Instantly share code, notes, and snippets.

View pkoningsgithub's full-sized avatar

pkoningsgithub

View GitHub Profile
@pkoningsgithub
pkoningsgithub / functions.php
Created June 20, 2023 13:39 — forked from RichardNesbitt/functions.php
WP Bakery Page Builder - Add URL option to make entire column clickable
<?php
/* 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",