error: Alert: Content is protected !!
NVME SSD Hosting tốc độ cao

Hướng dẫn Activate SeedProd Pro Plugin License

5
5/5 - (2 bình chọn)

Plugin SeedProd Pro là plugin kéo và thả tạo landing page phổ biến nhất cho WordPress trong thời điểm hiện tại. Nó cực kỳ dễ dàng sử dụng cho người mới bắt đầu.Tuy nhiên, với người dùng nâng cao bạn cũng có thể tận dụng trình tạo trang này để tăng tốc quy trình làm việc và hỗ trợ các tính năng chuyên nghiệp như việc dễ dàng thêm các CSS tùy chỉnh.

Hướng dẫn Activate SeedProd Pro Plugin License
Hướng dẫn Activate SeedProd Pro Plugin License

Giao diện của plugin SeedProd rất dễ sử dụng, người dùng chỉ cần kéo và thả các phần tử vào nơi bạn cần để bắt đầu xây dựng một trang Landing Page chuyên nghiệp.

1 số tính năng nổi bật :

  • Trình tạo trang kéo và thả mạnh mẽ.
  • Hơn 100 các mẫu Landing pages templates.
  • Cung cấp cho bạn các khối mẫu cực kì thông minh, linh hoạt
  • Có tính năng xem trước (Live Previews)  và ghi lại lịch sử

Tham khảo thêm:

Hướng dẫn Activate SeedProd Pro Plugin License

Bài viết này mình sẽ hướng dẫn kích hoạt – Activate SeedProd Pro free mà không cần phải mua license key, cũng không cần crack, không dùng bản nulled nhé mọi người. Vừa an toàn, mà vẫn được miễn phí, tha hồ mà dùng.

Mình không khuyến khích các bạn làm theo cách này, nếu bạn nào có điều kiện thì nên mua để ủng hộ tác giả, còn bạn nào không đủ điều kiện thì thôi lại theo mình làm theo hướng dẫn bên dưới để kích hoạt nhé.

Chiến nào!!!

Đầu tiên, mở file seedprod-coming-soon-pro-5/seedprod-coming-soon-pro-5.php (Nên sửa bằng Notepad++)

Tìm (Crtl + F) và xoá:

	define( 'SEEDPROD_PRO_API_URL', 'http://v4app.seedprod.test/v4/' );

Tìm (Crtl + F) và xoá tiếp:

	define( 'SEEDPROD_PRO_API_URL', 'https://api.seedprod.com/v4/' );

Sau đó thêm đoạn code bên dưới vào cuối file và lưu lại.

add_action( 'plugins_loaded', function() {
	update_option( 'seedprod_user_id', wp_get_current_user() );
	update_option( 'seedprod_api_token', 'api_token');
	update_option( 'seedprod_api_key', 'api_key');
	update_option( 'seedprod_api_message', 'api_message' );
	update_option( 'seedprod_license_name', 'lifetime' );
	update_option( 'seedprod_a', true );
	update_option( 'seedprod_per', '' );
});
define( 'SEEDPROD_PRO_API_URL', home_url() . '/wp-json/seedprod/v1/' );
function seedprod_wpnull_api( WP_REST_Request $request ) {
	if ( $request['filter'] === 'cats' ) {
		$data = wp_remote_retrieve_body( wp_remote_get( "http://wordpressnull.org/seedprod/templates/cats.json", [ 'timeout' => 60, 'sslverify' => false ] ) );
	} elseif ( $request['filter'] === 'templates' ) {
		if ( empty( $request['cat'] ) ) {
			$request['cat'] = '0';
		}
		$data = wp_remote_retrieve_body( wp_remote_get( "http://wordpressnull.org/seedprod/templates/cat{$request['cat']}.json", [ 'timeout' => 60, 'sslverify' => false ] ) );
	} elseif ( $request['filter'] === 'template_code' && isset( $request['id'] ) ) {
		$data = wp_remote_retrieve_body( wp_remote_get( "http://wordpressnull.org/seedprod/templates/template{$request['id']}.json", [ 'timeout' => 60, 'sslverify' => false ] ) );

	} elseif ( $request['filter'] === 'section_cats' ) {
		$data = wp_remote_retrieve_body( wp_remote_get( "http://wordpressnull.org/seedprod/templates/section_cats.json", [ 'timeout' => 60, 'sslverify' => false ] ) );

	} elseif ( $request['filter'] === 'sections' ) {
		$data = wp_remote_retrieve_body( wp_remote_get( "http://wordpressnull.org/seedprod/templates/sections0.json", [ 'timeout' => 60, 'sslverify' => false ] ) );

	} elseif ( $request['filter'] === 'section_code' && isset( $request['id'] ) ) {
		$data = wp_remote_retrieve_body( wp_remote_get( "http://wordpressnull.org/seedprod/templates/section{$request['id']}.json", [ 'timeout' => 60, 'sslverify' => false ] ) );
	}
	return json_decode( $data );
}

add_action( 'rest_api_init', function() {
	register_rest_route( 'seedprod/v1', '/templates', [
		'methods' => WP_REST_Server::READABLE,
		'callback' => 'seedprod_wpnull_api',
		'permission_callback' => '__return_true',
	] );
} );

F5 và tận hưởng thành quả thôi nào.

seedprod pro

 

Lời kết

Trên đây mình đã chia sẻ cách tạo kích hoạt bản quyền plugin SeedProd Pro miễn phí, nếu bạn thấy hay hoặc cần hỗ trợ đừng quên để lại bình luận bên dưới nhé.

Nếu các bạn thấy hay có thể theo dõi chuyên mục thủ thuật WordPress để biết thêm nhiều kiến thức mới nha. Chúc các bạn thành công!

Nhận thông báo qua Email
Nhận thông báo cho
guest
7 Góp ý
cũ nhất
mới nhất bình chọn nhiều nhất
Inline Feedbacks
View all comments
Duy
Khách
Duy
1 năm trước

seedprod-coming-soon-pro-5/seedprod-coming-soon-pro-5.php

File này mình tìm không thấy trên WP Pluggins. Bạn có bộ zip file này, hay download ở đâu được không? Thanks.

nam
Khách
nam
1 năm trước
Reply to  Tiểu CA

Cảm ơn bạn đã chia sẻ bài viết!
mà bạn có thể gỡ bảo vệ được không,tớ ko copy co

Minh
Khách
Minh
1 năm trước

Cái này không còn xài được nha bạn

Minh
Khách
Minh
11 tháng trước

Mình thử làm theo mà bị lỗi chết web wordpress error. Bạn cập nhật mới đi

7
0
Would love your thoughts, please comment.x