GoogleReviewsWidget::register()

Register Google Reviews functions.

Contents


Source Source

File: mortgage-google-review/mortgage-google-review.php

		public function register() {
			load_plugin_textdomain( 'GoogleReviewsWidget', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' );
			add_action( 'plugins_loaded', array( new GoogleReviews_Actions, 'init' ), 10 );

			add_filter( "plugin_action_links_$this->plugin", array( $this, 'settings_link' ) );
		}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.