Initial Commit - Plugin v1.0.0

This commit is contained in:
2018-05-22 23:40:58 +02:00
parent 0ef7665850
commit 09b279d447
119 changed files with 12872 additions and 0 deletions

5
includes/widgets.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
function fbr_widgets_init(){
register_widget( 'FB_Ratings_Slider_Widget' );
}