Commit 0900b90 1 parent 2fbd0dd commit 0900b90 Copy full SHA for 0900b90
File tree 1 file changed +15
-8
lines changed
1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change 1
- # Wordpress Extensions
1
+ < h1 align = " center " >Rockujemy Wordpress Extensions</ h1 >
2
2
3
- Library allow to build quicker some custom functionalities inside your wordpress theme without using plugins.
4
-
5
- ## Requirements
6
-
7
- - PHP 7.4 ![ php] ( https://img.shields.io/badge/php-7.4%20>-blue )
8
- - Wordpress 5.32: ![ version] ( https://img.shields.io/badge/wordpress-5.32%20>-yellow )
3
+ <p align =" center " >
4
+ <strong>Library used in Rockujemy themes and plugins.</strong>
5
+ </p >
9
6
7
+ <p align =" center " >
8
+ <img src="https://img.shields.io/badge/php->=7.4-blue?colorB=%238892BF" alt="Code Coverage">
9
+ <img src="https://img.shields.io/badge/release-v1.0.0-blue" alt="Release Version">
10
+ </p >
10
11
11
12
# Installation
12
13
13
- Open console in your wordpress theme folder:
14
+ Open console in your WordPress theme folder or plugin folder:
14
15
15
16
``` bash
16
17
cd wordpress\w p-content\t hemes\y our-theme
17
18
```
18
19
20
+ or
21
+
22
+ ``` bash
23
+ cd wordpress\w p-content\p lugins\y our-plugin
24
+ ```
25
+
19
26
Run [ Composer] ( https://getcomposer.org ) to install this package in your project:
20
27
21
28
``` bash
You can’t perform that action at this time.
0 commit comments