File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# WP Libre Form
2- [ ![ Latest Stable Version] ( https://poser.pugx.org/anttiviljami/wp-libre-form/v/stable )] ( https://packagist.org/packages/anttiviljami/wp-libre-form ) [ ![ Total Downloads] ( https://poser.pugx.org/anttiviljami/wp-libre-form/downloads )] ( https://packagist.org/packages/anttiviljami/wp-libre-form ) [ ![ Latest Unstable Version] ( https://poser.pugx.org/anttiviljami/wp-libre-form/v/unstable )] ( https://packagist.org/packages/anttiviljami/wp-libre-form ) [ ![ License] ( https://poser.pugx.org/anttiviljami/wp-libre-form/license )] ( https://packagist.org/packages/anttiviljami/wp-libre-form )
2+ [ ![ Build Status ] ( https://travis-ci.org/anttiviljami/wp-libre-form.svg?branch=master )] ( https://travis-ci.org/anttiviljami/wp-libre-form ) [ ![ Latest Stable Version] ( https://poser.pugx.org/anttiviljami/wp-libre-form/v/stable )] ( https://packagist.org/packages/anttiviljami/wp-libre-form ) [ ![ Total Downloads] ( https://poser.pugx.org/anttiviljami/wp-libre-form/downloads )] ( https://packagist.org/packages/anttiviljami/wp-libre-form ) [ ![ Latest Unstable Version] ( https://poser.pugx.org/anttiviljami/wp-libre-form/v/unstable )] ( https://packagist.org/packages/anttiviljami/wp-libre-form ) [ ![ License] ( https://poser.pugx.org/anttiviljami/wp-libre-form/license )] ( https://packagist.org/packages/anttiviljami/wp-libre-form )
33
44Use standard HTML5 markup to create fully functional forms for WordPress
55
@@ -87,7 +87,7 @@ If you use shortcodes outside the content, ex. custom fields or by `do_shortcode
8787
8888``` php
8989wp_enqueue_script('wplf-form-js');
90- wp_localize_script( 'wplf-form-js', 'ajax_object', array(
90+ wp_localize_script( 'wplf-form-js', 'ajax_object', array(
9191 'ajax_url' => admin_url( 'admin-ajax.php' ),
9292 'ajax_credentials' => apply_filters('wplf_frontend_script_credentials', 'same-origin')
9393) );
You can’t perform that action at this time.
0 commit comments