[Plugin: Shadowbox JS] Add support for auto links in custom fields
-
Anyone know of a way to automate the addition of rel=”shadowbox” in custom field content? I tried adding a filter of
add_filter ( 'the_meta' , array ( &$this , 'add_attr_to_link' ) , 12 );
at line 41 in inc/frontend.php but it doesn’t seem to work.Thanks!
A
The topic ‘[Plugin: Shadowbox JS] Add support for auto links in custom fields’ is closed to new replies.