_comment.php
1 day ago
_db.php
1 day ago
_hidden.php
1 day ago
_label.php
1 day ago
_row.php
1 day ago
attachment.php
1 day ago
checkbox.php
1 day ago
cleditor.php
1 day ago
codemirror.php
1 day ago
color.php
1 day ago
currency.php
1 day ago
date.php
1 day ago
datetime.php
1 day ago
email.php
1 day ago
link.php
1 day ago
number.php
1 day ago
oembed.php
1 day ago
password.php
1 day ago
phone.php
1 day ago
radio.php
1 day ago
select.php
1 day ago
slider.php
1 day ago
slug.php
1 day ago
text.php
1 day ago
textarea.php
1 day ago
time.php
1 day ago
tinymce.php
1 day ago
website.php
1 day ago
_row.php
13 lines
| 1 | <?php |
| 2 | |
| 3 | // Don't load directly. |
| 4 | if ( ! defined( 'ABSPATH' ) ) { |
| 5 | die( '-1' ); |
| 6 | } |
| 7 | |
| 8 | // phpcs:ignoreFile WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound |
| 9 | |
| 10 | PodsForm::output_label( $name, $options ) . "\n"; |
| 11 | PodsForm::output_field( $name, $value, $type, $options, $pod, $id ) . "\n"; |
| 12 | PodsForm::output_comment( $name, null, $options ) . "\n"; |
| 13 |