We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f068e3f commit f68ebcfCopy full SHA for f68ebcf
http2-server-push-preload.php
@@ -16,9 +16,9 @@
16
require_once( dirname( __FILE__ ) . '/vendor/autoload.php' );
17
require_once( dirname( __FILE__ ) . '/lib/functions.php' );
18
19
-add_action( 'init', 'activate_autoupdate' );
+add_action( 'init', 'http2_server_push_preload_activate_autoupdate' );
20
21
-function activate_autoupdate() {
+function http2_server_push_preload_activate_autoupdate() {
22
$plugin_slug = plugin_basename( __FILE__ ); // e.g. `hello/hello.php`.
23
$gh_user = 'tarosky'; // The user name of GitHub.
24
$gh_repo = 'http2-server-push-preload'; // The repository name of your plugin.
0 commit comments