Skip to content

Commit

Permalink
Syntax highlight php
Browse files Browse the repository at this point in the history
  • Loading branch information
leocaseiro authored Aug 16, 2016
1 parent ab74831 commit d674a80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ This Plugin was Based on Custom Settings (Custom Configs) which has been removal

== Frequently Asked Questions ==
= Used to single option =
```php
`
<?php echo get_custom('name'); ?>
```
`

= Used to multiples options =
```php
`
<?php
$array = get_customs('array_name');
foreach ($array as $name) :
echo $name;
endforeach;
?>
```
`


== Changelog ==
Expand Down

0 comments on commit d674a80

Please sign in to comment.