Syaiful
Forum Replies Created
-
Forum: Plugins
In reply to: [EDD iPaymu Payment Gateway] Payment on RegistrationOuh, I understand.. I think this is hard to create the plugin which you request if I don’t know how the payment system defined in your theme.
are you comfortable writing code? If so, please check how this plugin work.
Forum: Plugins
In reply to: [EDD iPaymu Payment Gateway] Payment on RegistrationHi a2night, I don’t properly understand your question. I am sorry.
The plugin work properly with easy digital downloads. So, the behavior of this plugin is same as you was defined on options page on Easy Digital Downloads..
I am sorry if my answer is not clear. I am really don’t understand your question. Please give me more descriptions..
Forum: Hacks
In reply to: Get an array of post type namenever mind I just solve that,
private function post_type_name_array() { $types_array = array(); foreach ( get_post_types( array( 'public' => true ), 'objects' ) as $type ) { $type_array[] = $type->name; $combine_a = $type_array; $combine_b = $type_array; } return array_combine( $combine_a, $combine_b ); }yes, I am using wordpress 3.4.2. and the other wordpress blog too. All my plugin is the latest version.
I just clear the issue, I deactived video seo yoast’s plugin. I am go to mysql database, expecially in wp_options. And search the plugin (wordpress seo-video), all of data from the plugin I delete. And the I am go to my dashboard wordpress, activated the plugin again.and put the license key.
And the plugin is working now, I don’t know this method is the best. But you can try it. 🙂