MYSQL options table links – how did they get there?
-
I have social media links in the footer of my wordpress template that are pulled from my options database. This is the Instagram one:
echo get_option($GLOBALS['SHORTNAME'].'_instagram_link','');
The trouble is I can’t find where these would have been entered into the options table from. The links are not in the links section of my admin and there doesn’t seem to be a widget for this. I did this so long ago I can’t remember how I did it. Is it possible that these could have been added to options via a plugin and if so does anyone know what plugin this might be as I don’t have a plugin installed that currently does this?
Many thanks.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.