Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Syaiful

    (@syaiful6)

    Ouh, 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.

    Plugin Author Syaiful

    (@syaiful6)

    Hi 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..

    Thread Starter Syaiful

    (@syaiful6)

    never 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 );
    	}
    Thread Starter Syaiful

    (@syaiful6)

    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. ??

Viewing 4 replies - 1 through 4 (of 4 total)