Find out more latest movies news with us.

Find out more latest movies news with us.
Find out more latest movies news with us.

Thursday 7 December 2017

error sending email with gmail smtp

A PHP Error was encountered
Severity: Warning
Message: fsockopen() [function.fsockopen]: unable to connect to ssl://smtp.gmail.com:465 (Connection timed out)
Filename: libraries/Email.php

Could anyone help me?

Programmatically Set the WordPress User Role

you can use add role hook of wordpress to add new role:

$user = new WP_User( $user_id );
$user->add_cap( $staudent);
$user->remove_cap( 'professors');

How to add custom post type to WooCommerce

you can add below hook to add new custom post type:


add_action( 'init', 'create_post_for_pro' );
   function create_post_for_pro() {
 register_post_type( 'meal',array());
} 

Most Viewable Posts

Reipe For Chicken

 Hello Friends, We are here to let you about the recipe for chicken. In your busy daily life, you need a guide to cook recipes that you can ...