squash new oauth2 flow

This commit is contained in:
lesion
2022-11-04 12:22:21 +01:00
parent 19ca1b0283
commit 44e9533828
24 changed files with 935 additions and 427 deletions

View File

@@ -39,10 +39,10 @@ function gancio_events_handler_function( $atts, $content, $tag) {
'places' => '',
'tags' => '',
'theme' => 'dark',
'max' => NULL
'max' => null
), $atts);
return '<gancio-events baseurl="' . $a['baseurl'] . '" theme="' . $a['theme'] . '" places="' . $a['places'] . '" tags="' . $a['tags'] . '"></gancio-events>';
};
}
add_action( 'init', function () {
global $allowedposttags;