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 72f5cb0 commit ab74831
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,19 @@ This Plugin was Based on Custom Settings (Custom Configs) which has been removal

== Frequently Asked Questions ==
= Used to single option =
`<?php echo get_custom('name'); ?>`
```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 ab74831

Please sign in to comment.