?AlkantarClanX12

Your IP : 216.73.217.134


Current Path : /home/rankinh/villavanille/wp-content/plugins/feeds-for-youtube/inc/Services/
Upload File :
Current File : /home/rankinh/villavanille/wp-content/plugins/feeds-for-youtube/inc/Services/ConfigService.php

<?php

namespace SmashBalloon\YouTubeFeed\Services;

use Smashballoon\Stubs\Services\ServiceProvider;

class ConfigService extends ServiceProvider {
	public function register() {
		add_filter('sb_customizer_sources_table', function($table) {
			global $wpdb;
			return $wpdb->prefix . 'sby_sources';
		});
	}
}