hughbalboa
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce: wp_remote_post ( ) failed . PayPal IPNHi Good day Paser90 can you resolve this issue?
thank in advance
Forum: Plugins
In reply to: [WooCommerce] change product-tag page titleGO FIND NAME
SISTEMA OPERATIVO IS THE NAME I WANT TO SHOW
THIS IS ON
WOOCOMMERCE/includes/class-wc-post-types.phpregister_taxonomy( 'product_tag', apply_filters( 'woocommerce_taxonomy_objects_product_tag', array( 'product' ) ), apply_filters( 'woocommerce_taxonomy_args_product_tag', array( 'hierarchical' => false, 'update_count_callback' => '_wc_term_recount', 'label' => __( 'Product Tags', 'woocommerce' ), 'labels' => array( 'name' => __( 'SISTEMA OPERATIVO', 'woocommerce' ), 'singular_name' => __( 'Product Tag', 'woocommerce' ), ........
Forum: Plugins
In reply to: [ACF Frontend display] Seems like not to work with ACF PRO versionhow to display front end form con ACF5 pro
i just cant display the form for make updates from users on frontendForum: Hacks
In reply to: ANTI scriptinjection on Templates-Pages MySQLvery well
i will read that up,
thank you very much
Forum: Hacks
In reply to: ANTI scriptinjection on Templates-Pages MySQLand what is post_title
its a table?$query = $wpdb->prepare( “SELECT ID, post_title from ” . $wpdb->posts .” WHERE ID = %d”, $post_id );
Forum: Hacks
In reply to: ANTI scriptinjection on Templates-Pages MySQLi don have to make conection of anything DB?
and what about if i want to read that info into a PHP – PAGE / Template
Forum: Hacks
In reply to: ANTI scriptinjection on Templates-Pages MySQLfor exmaple:
$post_id = $_POST [‘id’];
$Nmb = $_POST [‘Nmb’];$query = $wpdb->prepare( “SELECT ID, post_title from ” . $wpdb->posts .” WHERE ID = %d”, $post_id );
$query = $wpdb->prepare( “SELECT ID, post_title from ” . $wpdb->posts .” WHERE ID = %d”, $Nmb );
Forum: Hacks
In reply to: ANTI scriptinjection on Templates-Pages MySQLi have a few Q.,, if a had a array like
$Nmb=$_POST[‘Nmb’];
$ApPtr=$_POST[‘ApPtr’];
$ApMtr=$_POST[‘ApMtr’];
$Tel=$_POST[‘Tel’];
$Telmov=$_POST[‘Telmov’];
$Email=$_POST[‘Email’];and for read is the same?
Forum: Hacks
In reply to: ANTI scriptinjection on Templates-Pages MySQLprepare is for external DB?
if some one has a code example could be usefullthank you
Forum: Hacks
In reply to: ANTI scriptinjection on Templates-Pages MySQLallright thanks a lot @yorman
Forum: Hacks
In reply to: ANTI scriptinjection on Templates-Pages MySQLi dont know about it, i will investigate tanks
Ross