in which table our redux option values are save
Text
Here is what the above code is Doing:
1. We’re checking if the option is set to 1.
2. If it is, we’re outputting a heading.
You can use this same method to output any content you want.
You can also use this method to output content conditionally. For example, if you want to output a heading only if the option is set to 1, you can do this:
Text