Plugin options are normally stored in the wp_options table. If you look at the plugin code (and reference the Plugin information in Codex; you can start here: https://codex.wordpress.org/Writing_a_Plugin ), you will see how the plugin names the option. Then you can create a function that will change that option value.
Note that most plugins store their options in one row of wp_options table, so you will need to make sure you don’t bork the other options that the plugin uses.
You might also want to contact the plugin’s support area, which is the proper place for questions about plugins.
Related Posts:
- Putting PHP variables into javascript [duplicate]
- How to add elements to an empty array in PHP?
- Where to get information about array fields in $_REQUEST?
- Pass a PHP variable to another file
- How to export/import theme customizer settings?
- How to store the_title() into a variable to reutrn the value, not just echo it
- Variables declared in header not available in other includes
- How do I make my function add variables/values to the $post object?
- Site Title and Tagline in Theme Options Page
- reason of splitting theme files to multiple files
- Editor role cannot save custom theme options
- wp_customize_image_control default value
- Site Title and Tagline in Pagelines DMS Options Panel
- Cleanest/Fastest way to avoid calling and retrieving data from the database multiple times?
- where to include a php file
- How do I know what variables are passed in a filter/action and what their meaning is?
- How to override .htaccess with new rules without ftp or edit it manual
- How can one utilize a variable as a callback function name for add_settings_field
- theme options echoing multiple times
- When would you use $_post instead of $post?
- Theme Options: If There is No Input, Don’t Display?
- Locating Global Variables
- Pass PHP variable to JavaScript without inline JS
- Count the number of times the search form template gets included on a page
- Displaying theme options in css
- max_input_vars: how many am I using?
- Choose To Display Post Views With An Options Panel
- Set WordPress Default Template
- Variable global scope [closed]
- How to rewrite URL with PHP variables with htaccess to a normal looking URL?
- Using a variable in is_page(array())
- Static variable and add_rewrite_rule?
- Set the checkbox as checked by default at options page
- Customizer – Prefix Class Extension
- How to put a variable in a instance in the widget
- Call global variable array() in woocommerce child/template
- Theme Options Page – User Updates Logo
- get_term_link() returns correct – But illogical error-messages disturb
- How can I Add a variable PHP in the Menu Nav
- Selectbox in admin panel function linking to CSS
- Using if/else statements with output from theme options
- Pass variable from one function to another
- Get value from shortcode to do something
- WP Post-Thumbnail
- PHP, Creating a dynamic variable
- How to modify a global variable in a function and use it on another function?
- Error: options page not found
- WordPress theme options error
- Variable not staying set
- WordPress Options Page Theory Question
- WordPress function and string as variable?
- Create a WordPress shortcode using PHP [duplicate]
- How to pass a PHP $_GET variable and fetch/output it?
- Creating WordPress Shortcode with Variable
- Warning: Illegal string offset on theme options page [closed]
- Changing the color scheme based on the url visited
- Why is an array created in a function hooked to customize register populated when customizer is loaded but not when the front-end is loaded?
- How to put a form with php code into a variable or shortcode?
- Link blogname and blogdescription to the Options Framework
- Apply class to every third list item? [duplicate]
- persist a variable set in header.php all the way down to footer.php
- How to add drag and drop functionalities to a div inside option panel
- Get access to variable from previous pageview, excluding ajax-calls
- How to deal with too many $_POST variable conditions from ajax request at backend? [closed]
- What is the alternative code to if (isset ($_POST) && !empty ($_POST) to avoid warnings?
- How to pass a variable to get_template_part that’s updated every time the template part is called?
- Insert page content into another page with a changed variable
- Pass Variables or Variable Place-Holder from Editor to PHP
- How to access or parse key/values that have “string”
- How Do I Find & Remove H1 From Site-Title-Wrapper? [closed]
- Undefined index for default custom theme option
- Changing the order of custom fields in the dashboard for Woocommerce variable products [closed]
- javascript variable to wordpress php variable
- How to reference PHP in Javascript
- Store and Change Session variable – PHP SESSION VARIABLE
- Overide Variable in Child Theme
- echo var into wp_query
- how can I include some custom variable from functions.php?
- Dynamically adding filters
- PHP if have image display image, if else text
- Php file that doesn’t recognize wordpress functions
- Deactivate a plugin on wp version
- what does $options = get_option(‘test_theme’); do?
- PHP variables in a post?
- Using theme options to change a border-radius value
- WordPress is removing query variables like page, p from the URL of a custom static page
- Dynamically switch file in get_template_directory_uri() | Function [closed]
- Illegal string offset in PHP function in via Theme Customizer
- How to send a php var to jQuery Ajax call with two different file
- Unable to display multiple parameters from url by javascript through shortcodes
- How to check a variable Changes
- global $product is empty string when passed into function
- Can’t pass var from php wp_ajax into ajax script : result undefined or null
- Custom global variable not working in function
- WordPress How do I pass a variable from one add_action to another?
- Best way to use variables in multiple functions?
- Trying to add some custom text into WordPress Post title via function.php
- Reduce Stock Based on Custom Variation Field Rather than Attribute (Working Script)
- How do I fix Undefined variable using $_POST in function?
- Change CSS Variable value in Theme Customizer Live Preview