Plugin configuration for someone new to WordPress
-
Hi there,
I’m pretty brand new to running/configuring WordPress, so apologies if these questions seem silly. I’ve read the README, but I’m still a bit unclear as to which files I should edit to add the configuration to.
I’ve got WordPress running in a Docker container, so I presume it’s a pretty vanilla install. I’ve created the public and private keys, but I’m not clear which file I should add the
define( 'OIDC_PUBLIC_KEY'
bits? Is the /index.php appropriate?For the
add_filter(
lines, it mentions using afunctions.php
file from a theme. I appear to have three themes preinstalled. Would wp-content/themes/twentytwentyone/functions.php be the appropriate file to append this to?Am I right to assume that once the plugin is configured correctly, that if my site is running on https://localhost:8080/ that I should be able to hit https://localhost:8080/.well-known/openid-configuration ?
thanks,
DavidThe page I need help with: [log in to see the link]
- The topic ‘Plugin configuration for someone new to WordPress’ is closed to new replies.